I have just finished my JAX-RS presentation at JavaOne in Moscow. In fact, I have pretty much re-used what Paul and Roberto were presenting in San Francisco....
I have just finished my JAX-RS presentation at JavaOne in Moscow. In fact, I have pretty much re-used what Paul and Roberto were presenting in San Francisco. Only dropped the EJB/CDI integration part to fitinto the 45 minute time slot.slidesdemos
I have just finished my JAX-RS presentation at JavaOne in Moscow. In fact, I have pretty much re-used what Paul and Roberto were presenting in San Francisco. Only dropped the EJB/CDI integration part...
Please look at Paul's blog for more details.The very same version should be soon available via GlassFish Update Center.
At Java One, Harold Carr and Arun Gupta were demoing a real life interoperability scenarioshowing MS Excel client talking to Java web service endpoint. Slides...
At Java One, Harold Carr and Arun Gupta were demoing a real life interoperability scenarioshowing MS Excel client talking to Java web service endpoint. Slides and demo screen-castsare available at Arun's blogI will show how to implement such scenario at upcoming Jazoon conference.It will take place in Zurich (Switzerland) in June (24-28).Please look at http://jazoon.com/en/conference/presentations.html?topic=Java_and_.NET_interoperability for complete list of Java and .NET...
At Java One, Harold Carr and Arun Gupta were demoing a real life interoperability scenarioshowing MS Excel client talking to Java web service endpoint. Slides and demo screen-castsare available...
JSR-88 introduces unified J2EE API for deployment. You will see how to use it for deploying/undeploying web applications and it will be demonstrated using...
JSR-88 introduces unified J2EE API for deployment. You will see how to use it for deploying/undeploying web applications and it will be demonstrated using glassfishWithout JSR-88You have several options how to deploy a web application onto glassfish.CLI interface ($GLASSFISH_HOME/bin/asadmin command)Admin Console (http://localhost:4848/)Autodeployment (place the war directly into filesystem: $GLASSFISH_HOME/domains/domain1/autodeploy)So for e.g. using CLI interface you can...
JSR-88 introduces unified J2EE API for deployment. You will see how to use it for deploying/undeploying web applications and it will be demonstrated using glassfishWithout JSR-88You have several...