|
This is a test j2ee application (setup for Weblogic 8.x to 10.x) which provides a simple functionality which also allows to check that the app server is deploying code correctly.
Test points at:
- http://<server:port>/app (defaults to index.html)
- http://<server:port>/app/index.html (page)
- http://<server:port>/app/WhatsUp (servlet)
- http://<server:port>/app/test.jsp (jsp page)
- http://<server:port>/app/testejb.jsp (jsp calling ejb using remote interfaces)
All sources are included, also a readme.txt with build script samples to rebuild the .ear from its sources.
Download Here
|