You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
|---|
|
From: Glenn S. <gl...@be...> - 2005-10-14 17:35:29
|
Steffen, The project just got underway. The CVS source was designed as a starting point for development of a full-fledged JSF editor backed by an ecore model. There seems to be two strains of thought on the direction this should go in... 1) A web-based EMF model editor using JSF and patterned after the Eclipse EMF plugin, using the Myfaces tree. 2) An Eclipse plugin to generate configurable and extensible JSF web applications backed by ecore models. If the first can be accomplished, and the source demonstrates that it can, then I think creating a useful plugin is a natural next step. Glenn... |
|
From: Mark R. D. <mdi...@la...> - 2005-10-11 13:25:13
|
Steffen, I just setup a new list for the site to have development discussion on. Please feel free to join. http://lists.sourceforge.net/lists/listinfo/emf2jsf-devel Glenn has written all the code in the cvs tree. I've been using it locally in developing a prototype for a project here at Harvard. Theres allot of discussion about using EMF with Spring, JDO, Hibernate etc on the EMF news group. But theres little discussion about alternative editors. So we started this project. I'm currently using it in prototype which uses Berkeley XML DB as a persistence backend. Cheers, Mark Diggory Steffen Neumann wrote: > Hi, > > In the past we've been fiddeling with EMF/JSF integration as well, > and I was hoping/expecting that sooner or later someone would > get this done properly. > > I got your example up&running in just 30mins here, > (widthout WST, but FacesIDE and Tomcat Plugin instead) > > We already coupled the EMF EObject hierarchy to > a myfaces TreeWidget, but since I had to learn Java, OO, > JSF, Tomcat, Eclipse, EMF, JDO andwhatnot this summer, > it lacks the simplicity and elegance of your example. > > I hope to be able to use your stuff as Codebase > for our applications, and add out Tree stuff to it. > > What are the plans for emf2jsf ? There is neither > a SF.net Homepage nor mailing lists, which is > why I contacted you directly. > > Keep up the good work, > Yours, > Steffen > > |