I have uploaded some ready to run EJB examples:
http://www.indiwiz.com/web/Java/J2EE/92
The examples come with shell scripts for running them using OpenEJB in Linux environment.
Discussions are welcome!
Great! Although I haven't yet worked with them I'd highly recommend preparing any examples without any shell scripts that are hard to maintain. The effort of maintaining them is not worth it.
What do others think about releasing Java applications (e.g. OpenEJB) with no shell scripts at all. As a replacement I'd propose:
o indicate a main java class with META-INF/MANIFEST.MF's Main-Class attribute
o Jakarta Ant (where a classpath is not easy to set up)
o Apache Maven (mainly to not include jars in source control repository)
with no favorities among them. They all work well if used wisely.
How would you like OpenEJB if one day OpenEJB shell scripts disappeared?
- Subhash.
Jacek
------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ http://OpenEJB.sf.net OpenEJB-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openejb-user
