Search |
|||
Bhakti Mehta's blogWorking with Metro on Glassfish v3 PreludePosted by bhaktimehta on November 6, 2008 at 12:53 PM PST
GlassFish v3 Prelude is a
lightweight
Web 2.0 development and deployment
platform built on a modular OSGi-based architecture.
Developers can benefit from a dynamically extensible and embeddable platform with support for existing Java Web technologies, JRuby, and Groovy. It includes Java EE 5 based webtier, scripting support, OSGi support, JDBC and persistence api on top of new modular kernel of Glassfish. Metro in V3 Prelude is available as an Addon from Update Center module in V3 Prelude This is a preliminary guide on how to work with Metro in the current development v3 prelude builds. Steps to install and run v3 Prelude. 1. Unzip glassfishv3-prelude.zip downloaded from here. This is the web distribution for v3 and does not have support for EJBs. We have partial support for JSR 109 based webapps for Prelude. 2. Run glassfishv3-prelude/bin/updatetool.bat You get a prompt like this
The software needed for this command (updatetool.bat) is not installed.Type y and it downloads the necessary files
Install image: c:\prelude\glassfishv3-prelude\bin\\..This installs the UpdateCenter
3.Run glassfishv3-prelude/bin/updatetool.exe and that brings up the gui
like this
4. Select Metro Web Services Stack and click install glassfishv3-prelude/modules folder.Note : The following are the jars which are present in prelude. This has changed from tp2 where we had webservices-rt,webservices-tools, webservices-api and jsr109-impl.jar. jaxb.jar : This is a JAXB OSGi bundle. It contains JAXB apis, tools and runtime classes. webservices.jar: This is a Metro OSGi bundle. It contains all apis, tools and runtime classes which are present in Metro excluding JAXB jsr109-impl.jar: This contains implementation to support JSR 109 Webservices for JavaEE. Currently support if for webapps. EJB's will be supported later. glassfishv3-prelude/bin folder contains all the scripts like wsgen, wsimport, xjc, schemagen, wscompile, wsdeploy. 5. Deploy your war like this glassfishv3-prelude/glassfish/bin/asadmin deploy foo.warafter starting glassfish using glassfishv3-prelude/glassfish/bin/asadmin start-domain domain1You can try metro samples from https://metro.dev.java.net/ Please give us feedback if this works for you . You can file your bugs under https://glassfish.dev.java.net/issues/ category webservices and version v3. Additional Information Project Metro OSGi R4 Specification V3 Engineers Guide V3 Build Instructions »
Related Topics >>
Web Services and XML Comments
Comments are listed in date ascending order (oldest first)
Submitted by aruld on Mon, 2008-11-10 20:59.
Thanks folks for the pointer.
Submitted by anilam on Mon, 2008-11-10 12:52.
To see the jvm option in the admin console, click on the Application Server node in the left side navigation tree. You will see the JVM Settings tab on the right side.
Select JVM Settings tab, and there are the JVM Options tab where you can edit jvm options.
There is no support to configure mail resources in v3 Prelude.
Submitted by bhaktimehta on Mon, 2008-11-10 12:45.
Arul I have forwarded your question to the admin gui guru and have asked her to get back to you on this
|
ArchivesRecent Entries |
||
|