This early access 2 release of the Adventure Builder, the new Blueprints sample application for J2EE 1.4 (replacing the Petstore) is out. EA2 is a native J2EE 1.4 app that runs on the J2EE 1.4 Beta SDK and showcases Servlet 2.4, JSP 2.0, JSTL, and web services. It includes a new mini-app to ease the learning process.
Check out J2EE Adventure Builder Sample Application Early Access 2.
-
J2EE Adventure Builder Sample Application Early Access 2 is Out (4 messages)
- Posted by: Floyd Marinescu
- Posted on: March 20 2003 11:55 EST
Threaded Messages (4)
- J2EE Adventure Builder Sample Application Early Access 2 is Out by Kumar Mettu on March 20 2003 16:31 EST
- J2EE Adventure Builder Sample Application Early Access 2 is Out by joel mars on March 24 2003 23:10 EST
- J2EE Adventure Builder Sample Application Early Access 2 is Out by Race Condition on March 21 2003 13:59 EST
- PETSTORE, BUILDER & GOOD J2EE PRACTICE by Web Master on March 22 2003 10:17 EST
-
J2EE Adventure Builder Sample Application Early Access 2 is Out[ Go to top ]
- Posted by: Kumar Mettu
- Posted on: March 20 2003 16:31 EST
- in response to Floyd Marinescu
Getting server error while trying to download. -
J2EE Adventure Builder Sample Application Early Access 2 is Out[ Go to top ]
- Posted by: joel mars
- Posted on: March 24 2003 23:10 EST
- in response to Kumar Mettu
why i can't deploy the application on j2sdkee1.4 and jdk1.4,the exception is:
java.lang.IllegalArgumentException:
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:346)
at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.write(J2EEDocumentBuilder.java:125)
at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.descriptorToString(J2EEDocumentBuilder.java:153)
at com.sun.enterprise.management.util.J2EEManagementObjectManager.registerResourceAdapterModuleAndItsComponents(J2EEManagementObjectManager.java:408)
at com.sun.enterprise.management.util.J2EEManagementObjectManager.registerResourceAdapterModule(J2EEManagementObjectManager.java:203)
at com.sun.enterprise.resource.ResourceInstaller.installSystemResourceAdapter(ResourceInstaller.java:706)
at com.sun.enterprise.jms.JmsUtil.startJmsService(JmsUtil.java:236)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:239)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:720)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.commons.launcher.ChildMain.run(ChildMain.java:280)
help me!thanks. -
J2EE Adventure Builder Sample Application Early Access 2 is Out[ Go to top ]
- Posted by: Race Condition
- Posted on: March 21 2003 13:59 EST
- in response to Floyd Marinescu
Adventure Builder? Is this a new Lego set or some sort of children's game? -
PETSTORE, BUILDER & GOOD J2EE PRACTICE[ Go to top ]
- Posted by: Web Master
- Posted on: March 22 2003 10:17 EST
- in response to Race Condition
Blueprints'team has stressed on performing the business logic outside the web tier. In Petstore1.3.1 the WebController and the EJBController use the serialized Object Value to send and receive data form the web tier. This sounds like a good Practice, but in Builder Blueprints Business logic is performed in the very jsp of the web tier using JSTL sql actions. Is the whole J2ee good practice shabang too costly for J2ee performance or should we just use PHP instead or any other scripting lang?
Faisal