Tagged Questions

Metro is a mature web services framework for Java (http://java.net/projects/metro). For the user interface design developed by Microsoft, see metro-ui.

learn more… | top users | synonyms

26
votes
2answers
2k views

How can a Metro app in Windows 8 communicate with a backend desktop app on the same machine?

In a situation where you have the UI frontend built using the new Metro style of apps for windows 8, and would like it to communicate with a .NET application running on the desktop on the same local ...
11
votes
5answers
4k views

Metro theme for website

Anyone know of an easy way to style a website with a windows phone 7 like metro theme? CSS or jQuery theme would work. EDIT: Changed title to CSS as asp.net and mvc don't have much to do with it.
10
votes
4answers
150 views

Metro App can no longer be programmatically killed?

I'm new to Win 8 Metro application development, and discovered that lots of things seem to be changed from the classic WPF. What troubles me the most is that there's no way to close the app. This is ...
10
votes
5answers
759 views

Is there any way to write a WinRt (Metro) app that will also work on Windows 7 and Vista?

We can’t just leave our customers that are not able to upgrade to windows 8 for a long time in the larch. However there is demand for a “tablet”/”touch” version of our app. So how can we support ...
9
votes
2answers
596 views

How to Distribute Compiled Windows 8 Metro Applications without Windows Store?

I am just curious if there is a way to package up a Windows 8 Metro application to distribute it to others with the Windows 8 Developer Preview installed? It would be nice to be able to allow someone ...
9
votes
2answers
900 views

Local storage of structured data in Win8 Metro-style apps

In a desktop .NET application, the standard option for implementing a local relational database is to use SQL Server Compact Edition, and then of course there is the possibility to use SQLite and ...
9
votes
4answers
3k views

jQuery and Windows 8 JavaScript Metro Style Apps

Can jQuery be used in Windows 8 Metro Style apps developed using the JavaScript API? I'm looking at the samples, and there a lot of standard DOM manipulation like document.getElementById, ...
9
votes
1answer
740 views

WSContext.getUserPrincipal() returns null for password digest authentication

In my WebService I need to log the caller's id, but wsContext.getUserPrincipal() returns null even though the user was authenticated using WS-Security with password authentication. According to the ...
8
votes
0answers
4k views

How do I close an immersive metro app? [closed]

In windows 8, is there a way to close an immersive metro app other than going to the task manager and killing the process?
8
votes
1answer
1k views

Are JAX-WS clients thread safe?

Because the initialization of the WS client side port is so costly we would like to reuse the same instance. We would also like to set different values in the BindingProvider/RequestContext before ...
7
votes
5answers
591 views

Metro style Apps with F#?

In the Build 2011 keynote and demos I looked at they where always talking about C++, C#, Visual Basic and JavaScript. Can't I build Metro style Apps with F#? Or is it eligible to say if it works with ...
7
votes
4answers
473 views

How easy is it to port a Windows Phone 7 application to Metro on a Windows 8 tablet?

I know that Metro on both platforms shares a common “look and feel” and that WinRt makes use of xaml and C# (or VB.NET) like Silverlight does on Windows Phone 7. However I also know that WinRT is ...
7
votes
3answers
6k views

How can I make a WebMethod parameter required

We use the "start from Java" approach to creating JAX-WS 2.0 web services using the Metro 1.5 stack. When we point a standard tool like SoapUI at one of our web services it indicates that parameters ...
6
votes
2answers
123 views

Can I get the current HTML or Uri for the Metro WebView control?

It doesn't appear that the Source property for the XAML WebView control is updating as the user is navigating in the WebView. Is it possible to get either the current Uri or the HTML currently being ...
6
votes
1answer
258 views

using legacy assemblies in metro style app

I understand that we can access part of the .net apis and all the winrt apis in a metro style app written in c#. But what about other third-party components that target .net 2.0 or 3.5, etc. will we ...
6
votes
2answers
229 views

Does WinRT/Metro support multiple monitors?

I want to create an application that has multiple touch surfaces, preferably using the Metro/WinRT APIs. However, much of what I've read indicates that Metro is confined to a single (primary?) ...
6
votes
4answers
5k views

Is it possible to customize the namespace prefix that JAXB uses when marshalling to a String?

For example, I've got a simple schema which imports another schema. The second schema (urn:just:attributes, just-attributes.xsd) just defines an attribute group. <?xml version="1.0" ...
6
votes
1answer
4k views

What are the impacts of setting establishSecurityContext=“False” if i use https?

My WFC service uses wsHttpBinding configured with: <security mode="TransportWithMessageCredential"> <message establishSecurityContext="True" clientCredentialType="UserName"/> ...
5
votes
1answer
124 views

Missing Type.GetProperty() C# method in Windows 8 Developer Preview

I'm trying to port a simple application to windows 8 metro. It seems that some very basic methods are missing. One basic example: Type.GetProperty(). It is available for Windows Phone 7, Silverlight ...
5
votes
1answer
152 views

WinRT and persisting struct to and from an array of bytes?

Using .NET 4.0 I can quickly convert a struct to and from an array of bytes by making use of the Marshal class. For example, the following simple example will run at around 1 million times per second ...
5
votes
3answers
463 views

How to reference a native WinRT component from a managed project?

It's been said that you can create a C++ WinRT component that you can consume in C#. I have a simple test project - a C# XAML app, and a C++ project using just the basic WinRT Component project ...
5
votes
3answers
529 views

Missing .NET features in Metro style application?

Mostly out of curiosity, I started programming a small "Metro Style" project in Visual Studio 2011, the one that was released in Windows Developer Preview. It combines XAML for the design and C# (in ...
5
votes
3answers
647 views

Is it worthwhile to use Metro UI in a new WPF project?

I'm going to start a new WPF project and I'm considering to implement it by the Metro UI approach. As this UI isn't yet popular, and also my project will release in early 2012, does it worth to ...
5
votes
4answers
3k views

JAXB marshals XML differently to OutputStream vs. StringWriter

I apologize if this has been answered, but the search terms I have been using (i.e. JAXB @XmlAttribute condensed or JAXB XML marshal to String different results) aren't coming up with anything. I am ...
5
votes
3answers
349 views

Using Glassfish libraries in proprietary software

I would like to use some parts of Glassfish in a proprietary software that are under a CDDL + GPLv2 license. Am I allowed to do that? I haven't modified anything in the code of these libraries, so is ...
5
votes
3answers
2k views

How to pick CXF over Metro on Glassfish

I'm having the following problem (reported there by someone else) when running my enterprise application under Glassfish. Under Jetty it works fine. javax/xml/ws/spi/Provider mentions creating a ...
4
votes
4answers
408 views

Accessing other processes in Win8 Metro-style app

I am trying to build a Windows 8 "metro-style" app that will operate as a "app killer". For those of you who have used Win8 (Tech Preview) you'll notice that once you open a metro-style app you ...
4
votes
2answers
241 views

How to use SQLite within a WinRT DLL?

I am trying to develop a WinRT DLL which uses SQLite to write database. But it seems like some win32 APIs in SQLite source code are not supported by metro, such as, LoadLibraryW, GetTempPathA. Is ...
4
votes
1answer
109 views

How to debug HTTP traffic of a Windows 8 Metro style apps using Fiddler?

I'm using 'HttpClient' in a Windows Metro style app and want to see the traffic using Fiddler. However, when Fiddler is active I get an exception that the app can't connect to the server. What's the ...
4
votes
1answer
166 views

List<T>.Find method in Metro apps

I'm wondering why List<T>.Find is not available when creating a Metro application in C#. It's still in .NET Framework 4.5 (Windows Forms, WPF) but not in Metro style applications. Is there an ...
4
votes
2answers
953 views

Metro styled Silverlight Applications

Is there any guidance available on developing Metro styled silverlight applications? How does one go about designing the UI to match the metro look and feel of WP7. Going by the way windows 8's UI ...
4
votes
2answers
279 views

Getting soap message without invoking web service

Using Glassfish Metro implementation of JAX-WS specification, is it possible to generate SOAP request message for specific operation without actually invoking the operation. Something like SOAPUI ...
3
votes
0answers
59 views

Win8/WinRT/Metro - BackgroundUploader.getCurrentUploadsAsync() is returning most of the transfers I've ever done

I'm working on a Metro app that will upload and download some files. MS provides a couple examples: http://code.msdn.microsoft.com/windowsapps/Background-Transfer-Upload-457ae763 ...
3
votes
2answers
276 views

How to draw on screen for Windows Metro Style Apps in C#?

I simply want the user to be able to draw on the screen with some sort of pointer. I already have the code working that captures the pointer's position, but I can't figure out how to place the ...
3
votes
1answer
319 views

How to play sound file in a Windows 8 Metro app using WinRT?

The WinRT API surface in Windows 8 seems to have the ability to load and save Playlists, and capture audio. What I'm looking for is somewhat simpler: does WinRT have the ability to play audio from a ...
3
votes
2answers
398 views

Reading XML file in metrostyle application? possible?

I'm using Windows 8 Developer Preview. I wish to develop application that reads XML file. Is it possible? When I've tried to use XDocument.Load(string uri) it threw me access denied exception and ...
3
votes
2answers
245 views

How can I protect the source of my HTML Metro app?

I'm really interested in building applications in a Windows 8 Metro style. I would like to use HTML5 but I am very concerned about protecting my front end UI from deconstruction and ultimately being ...
3
votes
1answer
548 views

VS11 Dev Preview deployment error

I am trying to deploy my C# app to my Windows 8 Metro desktop. I can see the deployed files in the bin folder but when i try to open them i get the following error: This application can only run ...
3
votes
2answers
1k views

How WinRT Metro style HTML5/JavaScript applications are packaged and protected

I’m just wondering how the HTML5/JavaScript Metro applications will be packaged and protected against reversal. For packaging I’ll expect some sort of signed zip/jar (no mention about .appx on MSDN) ...
3
votes
1answer
690 views

Authenticating a WS-Security UsernameToken against a GlassFish realm gives “Authentication refused”

I have a SOAP webservice declared using @WebService in an EJB subproject of an EAR running in GlassFish 3.1.1 using its bundled Metro runtime. It's been annotated with the usual @DeclareRoles and ...
3
votes
1answer
279 views

Metro client hangs when calling WCF webserver with wsHttpBinding

I have generated a webservice client with a local wsdl using Metro 1.2 this way: ./wsimport.sh -extension -verbose -wsdllocation service.wsdl -s src -d target service.wsdl -Xendorsed The wsdl uses ...
3
votes
1answer
193 views

Atomic Transactions across web services residing on same server using same database

Our architecture comprises of Web Services developed on JAX-WS specification using Metro. These services are deployed on a single Glass Fish App server as separate war files.All web services ...
3
votes
1answer
667 views

Why does JAXB 2 RI's XJC simple mode change collection names?

JAXB simple binding mode modifies collection names to their plural 'version', e.g. "additionalData" becomes "additionalDatas". Is there any solution to change this behavior? I need to have a Java ...
3
votes
1answer
139 views

Rename all the exception classes who are generated with wsimport

When a generate my code with wsimport using a .net wsdl I've got extreme long exception classes like [servicename][operationname]FaultFaultFaultMessage. I know how to rename each single exception but ...
3
votes
1answer
750 views

JAXBContext.newInstance memory leak

After a recent deployment in system test, one of our servlets was getting hit much harder than usual and we noticed memory started climbing and weblogic would eventually die. My intern, I was very ...
3
votes
0answers
458 views

Run webservice inside embedded grizzly webserver

HI all, I have written a web service which is running fine in java 6 embedded web server (com.sun.net.httpserver.HttpServer). I have now to switch to grizzly as the java server has a selection key ...
3
votes
0answers
613 views

Glassfish JAX-WS side by side SSL / insecure EJB webservice

Is it possible to run a single @WebService bean as both secure and insecure at the same time, preferably using the same URL except for the http/https protocol difference? I am able to run the service ...
3
votes
1answer
160 views

Why would I want to use anything other than WCF?

After completing several small projects with WCF, I'm quite happy with what it can do. However, having spent a brief amount of time looking into the alternatives, I'm struggling to find exactly what ...
3
votes
1answer
2k views

What does the xendorsed attribute do for wsgen and wsimport?

I'm working simultaneously on projects using Metro 1.5 and Metro 2.0. I have not upgraded my JDK to Metro 2.0. When I run the Metro 2.0 version of wsgen or wsimport (from Ant) I get an Exception ...
3
votes
1answer
178 views

What is the difference between Metro 1.5 and 2.0?

In a web service client project I am working on, I noticed that the Metro stack has been released in a 2.0 version, where we use 1.4. The documentation is not very approachable for people not ...

1 2 3 4 5