You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(3) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2004 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Bill S. <bsc...@ve...> - 2005-10-05 12:47:44
|
Apologies for the cross-post -- thought this would be appropriate in the XDoclet-announce list. On Tue, 2005-10-04 at 23:38, Bill Schneider wrote: > XSnapshot is a module for XDoclet similar to the @ejb.value-object tags > but much more flexible. It creates DTOs from "snapshots" of a POJO > domain model, so it works with Hibernate and is not coupled to EJB. > > The original purpose of XSnapshot is to make it easier to pass > Hibernate-persisted POJOs around with a remoting framework like Hessian, > AJAX/DWR or Axis. But it's also extremely useful for generating > POJO-bound Struts ActionForms as well. The value over the current > @struts.form tag is its ability to handle relationship-to-ID conversion > and vice versa. If you want to add a new many-to-one relationship to a > POJO data class, and a corresponding <select> widget in a JSP, you only > have to touch those two files. You don't have to add a special case for > "Bar b = BarManager.getBar(form.getBarId()); foo.setBar(b)" to your > Action. > > XSnapshot is available at xsnapshot.sf.net. The example application > shows how to use XSnapshot with Hibernate and Struts. Documentation is > very thin now but more should be coming soon. I hope you will find it > useful! > > Cheers, > Bill -- Bill Schneider Chief Architect Vecna Technologies, Inc. 5004 Lehigh Road, Suite B College Park, MD 20740 bsc...@ve... t: 301-864-7594 f: 301-699-3180 |
From: Guillaume B. <gb...@go...> - 2004-10-11 00:12:21
|
Hi all, I just published a small tool for converting existing ejb projects to an xdoclet compatible file set. I think it can be useful for people like me who ran into migrating projects from an existing ejb generators (IDE or other) to xdoclet. The tool doesn't support every artifact of EJB yet but I think it can already save you a lot of time during the migration process. Of course, your feedback and contribution are welcome. You can find it at : http://www.gootz.net/gbin/reverse-xdoclet/ Note that this tool is not endorsed by the Xdoclet team so please don't bother them about it. Thanks, Guillaume BINET. |
From: Richard E. <richard@OutsourceCafe.com> - 2004-05-22 18:16:19
|
JAM is a modular Ant toolkit for developing and testing Java/J2EE=20 applications. JAM supports EJB and Servlet/JSP development using XDoclet,=20 JUnit, Cactus, Maven, Castor and MDA/UML code generation on various J2EE=20 servers including JBoss. JAM highlights include the following: * Uses Ant 1.6 import feature to modularize Ant tasks. * Uses Ant 1.6 target override feature to standardize target names=20 (setup, gen, compile, dist, clean, deploy, test, repo). * Supports multi-module projects. * Targets EJB, Servlet/JSP, and standard Java development. * Promotes logical Ant property organization at the module, project and= =20 user levels. * J2EE application servers are interchangeable. * Uses Maven POM files to automate classpath and deployment drudgery. * Uses Maven repository to manage libraries, versioning and= installation. * Supports transparent unit testing using JUnit. * Supports automated EJB testing using Apache Cactus. * Leverages XDoclet for EJB and WebApp deployment. * Supports Apache Struts development. * Supports MDA/UML code generation via dual source directories. * Supports Castor XML data binding. * Supports JBoss 3.x, Resin 2.x and other J2EE application servers. * Supports automated integration testing via the testcycle target. JAM is the result of two years of development and refactoring work by the=20 Outsource Caf=E9 and is published under the GNU GPL open-source=20 license. Developers who use JAM are impressed with its ease of use and=20 depth. Welcome to the community of JAMers. Links: http://www.javagen.com/jam.jsp Jam User=92s Guide http://www.javagen.com/download.jsp download http://www.javagen.com/autopkTutorial.jsp JBoss/EJB/Cactus tutorial http://www.javagen.com/petstoredemo.jsp Java Petstore demo using= JAM |
From: Andrew S. <ste...@us...> - 2004-05-06 23:35:13
|
XDoclet 1.2.1 has been released and should be available for download from the SourceForge project pages at http://sourceforge.net/projects/xdoclet/ (assuming it's made it through to the download mirrors). This release is mainly a bug fix release, plus a couple of new modules for Spring and OpenEJB. Many thanks to all who've contributed in any way. The XDoclet Team. |
From: Andrew S. <ste...@us...> - 2004-03-29 22:50:29
|
Tenemos el placer de anunciar el primer m=F3dulo de traducci=F3n, llevado a cabo por usuario, para XDoclet 1.2 que a=F1ade el soporte para el lenguage Espa=F1ol. Para utilizar el m=F3dulo, descargue xdoclet_es_locale-1.2.jar (disponible en el =E1rea de Archivos de Sourceforge), c=F3pielo en el mismo directorio donde se encuentran los otros jars de XDoclet e incl=FAyalo en el Classpath de las tareas de doclet. Much=EDsmas gracias a Jes=FAs Mar=EDn por la contribuci=F3n. El Equipo de XDoclet. We are pleased to announce the first user-contributed translation module for XDoclet 1.2, adding Spanish language support. To use the module, download xdoclet-es-locale-1.2.jar (available in the Files area on Sourceforge), copy it into the same directory as the other XDoclet jars, and include it in the classpath of the doclet tasks. Many thanks to Jesus Marin for the contribution. The XDoclet Team. |
From: tek1 <te...@po...> - 2003-12-24 02:56:43
|
Congratulations XDoclet team! Thank you very much! Happy Holidays! :) At 06:06 03/12/20 +0000, you wrote: >Well, it's been a long time coming (beta 2 appeared around Christmas >last year!), but XDoclet 1.2 has finally been released. You can >download it from the usual place, the files area of the SF project page. >http://sourceforge.net/project/showfiles.php?group_id=31602&package_id=23635&release_id=204945 > >So, please, no more questions on the mailing lists about why the beta 3 >jars are all named beta 4... just use this one instead :-) > >Merry Christmas. > > >The XDoclet Team. |
From: Andrew S. <ste...@us...> - 2003-12-20 06:06:21
|
Well, it's been a long time coming (beta 2 appeared around Christmas last year!), but XDoclet 1.2 has finally been released. You can download it from the usual place, the files area of the SF project page. http://sourceforge.net/project/showfiles.php?group_id=31602&package_id=23635&release_id=204945 So, please, no more questions on the mailing lists about why the beta 3 jars are all named beta 4... just use this one instead :-) Merry Christmas. The XDoclet Team. |
From: Richard E. <richard@OutsourceCafe.com> - 2003-05-20 01:51:51
|
JavaGen, located at javagen.com, is an on-line code generator that processes UML models and generates EJB 2.0 CMP classes. The generated code is decorated with XDoclet attributes specific to JBoss 3.x. It is very similar to UML2EJB. |
From: Andrew S. <ste...@us...> - 2003-05-16 23:36:20
|
Software Development magazine recently ran the first Annual Readers' Choice Awards, alongside the 13th Annual Jolt Product Excellence Awards, and XDoclet was voted the winner of the Business Integration and Data Tools category. Runners up in that category included Visual Studio .NET Enterprise Architect and IBM WebSphere Studio. The full results can be read on their web site, at http://www.sdmagazine.com/, however, you'll need to register to do so. Many thanks to all those who voted for us. The XDoclet Team. |
From: <asl...@ne...> - 2003-04-09 19:33:15
|
There is a new web site for XJavaDoc (the parser part of XDoclet). http://xdoclet.sourceforge.net/xjavadoc/ Also, there is a snapshot of XJavaDoc on http://xdoclet.sourceforge.net/repository/xdoclet/jars/. In the future, there will be nightly binary snapshots here (of xdoclet too), and the web sites will also be uptdated nightly. Aslak |
From: <asl...@ne...> - 2003-03-12 23:50:52
|
Mathias has put up a Wiki on http://xdoclet.sourceforge.net/wiki/ This space is open to the whole world, so if you want to contribute with documentation, tips and experiences, this is the place to do it. Cheers, Aslak |
From: Ara A. <ar...@ya...> - 2002-03-11 15:46:21
|
XDoclet v1.1.2 is released! You can download it from http://sourceforge.net/projects/xdoclet/. v1.1.2 is a maintenance release which fixes some bugs, some enhancements. Please refer to changes.txt for a detailed list of changes. The XDoclet Team. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Ara A. <ar...@ya...> - 2002-01-28 21:07:05
|
XDoclet v1.1.1 is released! You can download it from http://sourceforge.net/projects/xdoclet/. v1.1.1 is a maintainance release which fixes some bugs, some enhancements to <template/> and <xmlTemplate/> sub-tasks and provides tested support for jBoss 3 jbosscmp-jdbc.xml generation. XDoclet's FAQ home page in jGuru.com is also up. You can find answers to frequently asked questions in http://www.jguru.com/faq/XDoclet address. The XDoclet Team. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Ara A. <ar...@ya...> - 2002-01-14 15:18:45
|
XDoclet v1.1 released! You can download it from http://sourceforge.net/projects/xdoclet. The new v1.1 has a lot of new stuff most importantly: Core: - Enhanced and refactored template tag handling system. - You can use ant properties in tag values, eg: @jboss:create-table "${jboss.create.table}" Just create put a <property name="jboss.create.table" value="blabla"/>. This is useful for keeping deployment-oriented settings out of source code. - Easy to use <template/> and <xmlTemplate/> sub-tasks that let you define template/@tags of your own. - Smarter timestamp/etc checking, so it regenerates in less cases if you haven't modified a file. ejbdoclet: - Many useful defaults. - All EJB sub-tasks are now optional. - Implemented automatic inheritance of pk/intf/home/etc. This way you have true component inheritance automatically. jBoss support: - Added support for CMP2 1-1 and 1-n relationships in JBoss 3.0 alpha. Weblogic support: - MDB and session beans support, plus various new options. - Added support for weblogic web deployment descriptor. - Added support for weblogic relations. Orion support: - Enhancements to <orion/> ejbdoclet subtask, cmp mapping fully supported. WebSphere 4.x support: - Some minor bug fixes plus Schema.dbxml generated only when there's at least one cmp bean. WebWork support: - Command support added. Struts support: - Added support for struts local forwards. - Multiple action forms per bean supported. New Sub-tasks: - Added <utilObject/> subtask, generates utility class for each ejb to easy lookup remote interfaces. - Caster support added. - DAO (Data Access Object) is now possible. - MVCSoft's persistence manager support added. IDE integration: - IntelliJ IDEA live templates :o) And lots of bug fixes, enhancements, new samples and more documents. You can download it from http://sourceforge.net/projects/xdoclet. The XDoclet Team. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: tek1 <te...@po...> - 2001-10-09 21:35:00
|
perhaps there is an opportunity for all 3 projects (middlegen, dods, and jboss gui) to work together? they all seem to have definite benefits and provide very useful and different views of the underlying code in an ejb system. furthermore, with xdoclet at the core to generate all the ejb-related classes and xml files, i can see great synergies that together could produce the best ejb gui development tool anywhere! there is more power in unity. (just my 2 cents worth in trying to find the ideal gui tool for ejb development...) At 20:07 01/10/07 +0200, Aslak Helles wrote: >Hello there! > >I have just sourceforged my latest project called Middlegen. It's a tool >that scans a database >and generates EJB 2.0 CMP/CMR Entity Beans for XDoclet (and maybe later >EJBGen if there is an interest for it). Middlegen in alpha state, so >comments and bugreports are welcome. I'm also looking for people to >contribute. > >I have attached a screenshot (yes, it's a gui tool, but I'm planning to make >it able to run from >commandline/ant too) and a sample java file generated by Middlegen. It >should give you an idea. > >If you want to try it out, you can download the sources via CVS by follwoing >these instructions: >http://sourceforge.net/cvs/?group_id=36044 > >The project's home page is http://sourceforge.net/projects/middlegen/ > >Please use one of the appropriate mailing lists on sourceforge for further >communication: >http://sourceforge.net/mail/?group_id=36044 > ><aslak/> > |
From: <asl...@ne...> - 2001-10-07 18:09:00
|
Hello there! I have just sourceforged my latest project called Middlegen. It's a tool that scans a database and generates EJB 2.0 CMP/CMR Entity Beans for XDoclet (and maybe later EJBGen if there is an interest for it). Middlegen in alpha state, so comments and bugreports are welcome. I'm also looking for people to contribute. I have attached a screenshot (yes, it's a gui tool, but I'm planning to make it able to run from commandline/ant too) and a sample java file generated by Middlegen. It should give you an idea. If you want to try it out, you can download the sources via CVS by follwoing these instructions: http://sourceforge.net/cvs/?group_id=36044 The project's home page is http://sourceforge.net/projects/middlegen/ Please use one of the appropriate mailing lists on sourceforge for further communication: http://sourceforge.net/mail/?group_id=36044 <aslak/> |
From: Ara A. <ar...@ya...> - 2001-10-01 22:10:25
|
XDoclet 1.0.1 is released. You can download it from http://sourceforge.net/projects/xdoclet. Changes since XDoclet v1.0: Features: - New info sub-task and @todo tag. You can document your sources using this tag and it generates a nice report. - More complete using.html doc. - Better weblogic support. - Added local-jndi-name to @ejb:bean for local EJBs (EJB 2.0 only). The old jndi-name is for remote EJBs. Fixed Bugs: - [ #463157 ] Improve misleading error message: xdoclet reports an IOException instead of NoClassDefFoundException. - [ #466629 ] local ejb-external-ref not working - [ #465430 ] local home template: incorrectly remote was used instead of local - [ #465170 ] Typos in template files: orion and weblogic template had typos. - [ #464786 ] exception from ifIsNotOfType tag: actually the problem was not supporting primitive types. - [ #464666 ] Error in CMP template: setData didn't have a dataholder=null - Better docs, @bean use-soft-locking="true|false" documented (previously @ejb-use-soft-locking). Templates: - [ #464782 ] "Template" subtask: A <template/> sub-task is added, so that you can add your own template files to any doclet task and execute them. - [ #464783 ] Multiple subtasks of same type: each doclet decides which sub-tasks can have more than one sub-tasks of the same type. Multiple <template/> sub-tasks are permitted. The XDoclet Team. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Ara A. <ar...@ya...> - 2001-09-20 06:32:48
|
XDoclet 1.0 is released! http://sourceforge.net/projects/xdoclet Ara. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |