Today the movement from CVS to SVN was finished. CVS will be not supported anymore. Please use SVN from now on. URLs etc. can be found on the project's site on SourceForge.
The EJBFC project asks for feedback! Please send any critics, bug reports, requests for enhancements, ideas, to markus-karg@users.sourceforge.net! There is a new release planned for summer 2005 and we need input for this. :-)
The EJBFC Project today changed their build policy from using Eclipse's proprietary build mechanism to using Apache's de-facte standard build tool ANT. This opens the doors for using other IDEs to build the EJBFC distributables, also settung up continuous integration tools like CruiseControl. The new build.xml can be found on the CVS server of the EJBFC project.
The EJBFC (Enterprise Java Beans Foundation Classes) Project anounces the release of version 1.2 of their EJBFC library. This release introduces two new features, the ComponentContext and the ComponentEnvironment. While the first features targets in simplifying the process of looking up the JNDI context of a J2EE component, the second feature is caching implementation of the Service Locator Pattern. Applying both new features cuts down the number of own written codelines again, also speeds up performance of JNDI lookups.
The EJBFC project released Version 1.0 of their framework.
The idea of this software is to allow EJB programmers to implement J2EE/EJB conforming Enterprise Java Beans (EJB) by just a few lines. You can say, basing on this 100% EJB conforming framework, you can build an EJB in just five minutes. To support this, EJBFC provides several abstract implementations, which coders can build upon, releaving the programmer from providing a lot of nearly never used empty code blocks.... read more