[Embedlets-dev] Web site?
Status: Alpha
Brought to you by:
tkosan
|
From: Andrzej J. T. <an...@ch...> - 2003-02-20 00:47:58
|
Hey Ted: Can we put up a page on the embedlet.org domain....at least a redirect to the sourceforge site (and on any other domains that you have registered)? I've created a license based on the Apache license, and it will refer to www.embedlet.org, so this would be helpful. I've been doodling specs/interfaces, etc. on paper. Created the first Java source code file today....an embedlet lifecycle interface. I'm splitting the source tree into two packages, which will be built independently. 1) org.embedlet which will contain the standard contracts, interfaces and base classes that every Embedlet container and component will have to use, and which will be packaged in an embedlet.jar file (just like the servlet.jar file). 2) org.outpost which will contain the reference implementation of the first container that is implemented. This will obviously use embedlet.jar from the first step. This will give us a clean separation between the spec and the container stuff. Already have Ant build scripts working that will compile, jar, javadoc and package (for distribution) both the embedlet and outpost deliverables. Note...these are build scripts that are intended for use by the developers of the embedlet and outpost code bases, and will be used to create the public distributions (zip files). Users that want to build embedlets and/or use the Outpost container would not use these scripts....they would use the distributions only (since they would not be recompiling the stuff in the embedlet.jar file or the container stuff). Just thought I should clarify this... I expect to have something to post to CVS, to give us a discussion and starting point, by this weekend sometime....basically just encoding my scrawled notes into code (with Javadocs and all the rest, so that we start off on the right foot). Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com |