Difference: JavaProgrammingBookmarks (67 vs. 68)

Revision 6802 Mar 2007 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingBookmarks"
(over to JavaNotes)
Line: 9 to 9
 
  • OpenEJB - an open-source ejb container from the author of the o'reilly ejb book . Very much under construction: a great opportunity to find out how an EJB container really works. http://openejb.exolab.org/
  • jBoss -- open source EJB server - Eliot Polk recommends http://www.jboss.org/
  • JOnAS Open Application Server for EJB, looks like it was written by a research group inside Groupe Bull and now it's a spin-off called Evidian. http://www.evidian.com/jonas/index.htm
Changed:
<
<
  • Geronimo is a project started in the summer of 2003 to build a J2EE server under the auspices of the Apache project. It caused a big ruckus before a single line of code was written because some of the contributors are/were jboss committers, and they were promptly kicked out of jboss. http://geronimo.apache.org/
>
>
  • Geronimo is a project started in the summer of 2003 to build a J2EE server under the auspices of the Apache project. It caused a big ruckus before a single line of code was written because some of the contributors are/were jboss committers, and they were promptly kicked out of jboss. http://geronimo.apache.org/
 

Compilers

Line: 164 to 164
  jGuru: Enterprise JavaBeans(TM) Fundamentals | http://developer.java.sun.com/developer/onlineTraining/EJBIntro/EJBIntro.html | An online course in Enterprise JavaBeans at Sun's web site
Changed:
<
<
ICU4J - International Components for Unicode for Java | http://oss.software.ibm.com/icu4j/

the serverside.com - your middleware portal | http://www.theserverside.com/

Implementing the Singleton Pattern in Java - Rod Waldhoff | http://members.tripod.com/rwald/java/articles/Singleton_in_Java.html

>
>
ICU4J - International Components for Unicode for Java | http://oss.software.ibm.com/icu4j/
  JSwat - Graphical Java Debugger | http://www.bluemarsh.com/java/jswat/
Line: 177 to 173
 http://opensource.yourdecor.ca/jspdoc/ - JSP documentation generator, like javadoc for jsp's. (I tried version 20020909 and it was pretty rough. I think that it would be good to integrate into a new project but it might be hard to retrofit into an existing one.)
Changed:
<
<
Quartz job scheduler - http://www.part.net/quartz.html - "Quartz is a job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs whose "tasks are defined as standard Java components or EJBs."
>
>
Quartz job scheduler - http://www.part.net/quartz.html - "Quartz is a job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs whose "tasks are defined as standard Java components or EJBs."
  ejb-jar reference - http://www.ejb-ql.com/ejb-jar-ref.html - a nice html cross-reference of the ejb-jar.xml dtd.

http://joda-time.sourceforge.net/ - this looks like a nice little package. it's both a replacement for java.util.Date etc and it also models ideas like "duration" and "interval."

Advanced Java Serialization - http://java.sun.com/developer/technicalArticles/ALT/serialization/

Added:
>
>
What bytecode version was a given jar compiled for? You don't often need to know, but when you do, you really do: http://alumnus.caltech.edu/~leif/opensource/bcver/index.html
View topic | History: r79 < r78 < r77 < r76 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback