I am trying to perform a JNDI-lookup from within the GWT devmode. I have a local glassfishv3 running the EJBs I want to look up. If i deploy the GWT-Webapp into said glassfish everything works as exp
I\'m developing a standalone client that invokes some EJB methods on Glassfish v3. This works well until I\'m integrating the client into an Eclipse plugin for running in our RCP application. In this
I want to integrate OpenID as an authentication mechanism into GlassFish 3.1 (preview). The Development Guide says that JSR 196 could be used to implement custom authentication mechanisms like OpenID.
I have a web service generated by wsgen through maven.When I deploy the service to Glassfish it places the server URL into the WSDL.Our Glassfish server is fronted by an Apache proxy server.
I was asked 开发者_JAVA技巧to create, with Netbeans (glassfish), an asynchronous Java Web service that communicates with a external BPEL process.
D开发者_高级运维oes Glassfish has any hooks for start and shutdown and for domain start/stop ?Yes, these are called Lifecycle Listener and are Glassfish-specific.
I have a CXF service service that I created WSDL first and when I deploy the WAR into glassfish app server 2.1.1, I get the following exception:
Hey guys, I have a j2ee app which I am building with Netbeans.My task is to modify the build.xml so that after the app builds, ANT deploys开发者_StackOverflow the app to a server, runs Junit tasks on
I am trying to understand where some of my application logic should go in my Java EE Application. I am new to Java EE and am looking at loading a lot of unstructured data from a legacy database and bu
Is there a maximum length (not default value) for URIs in Tomcat and in Grizzly (GlassFish 3)? 开发者_JAVA百科I want to create a RESTful API which should be able to receive big GET requests.In Tomcat