Well, as Bill says, take a look at EJB3 which is based in hibernate
persistence. Now, in it's alpha stages, works pretty good and looks
promising... of course, there is the JDK5.0 issue...

Regards,

Bruno

2005/6/12, Zhong ZHENG <[EMAIL PROTECTED]>:
> Hello,
>  
>  I am glad that some of you have showed your interests in this demo
> application project.
>  Since in this app, a delegation layer was added to separate the web tier
> and the business
>  tier, a migration from EJB2.0 to, for example, hibernate, will be easy.
>  
>  BTW, i dont like EJB either.
>  
>  Regards.
>  heavyz
> 
> 
> On 6/12/05, Martin Marinschek <[EMAIL PROTECTED]> wrote:
> > Well, this example project will be something that is completely
> > separate from the MyFaces sources - e.g. hosted on sourceforge, and
> > will be there to see a complete real world application in place, play
> > around with it and show off best practices to potential MyFaces 
> > developers.
> > 
> > I would want Hibernate as a persistency framework as well...
> > 
> > regards,
> > 
> > Martin
> > 
> > On 6/8/05, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: 
> > > Bill,
> > >
> > > I guess there is currently no JSR for JSF 2.0
> > >
> > > only JSF 1.2, which will be included into J2EE 1.5 (aka 5.0)
> > >
> > > -Matthias
> > >
> > > On 6/8/05, Bill Dudney < [EMAIL PROTECTED]> wrote:
> > > > Hi,
> > > >
> > > > I agree that a move to Hibernate would be good, but I think you might
> hear
> > > > some argument from the Expert Group that Hibernate is the EJB 3.0 ORM.
> > > >
> > > > One other issue to consider is going to EJB 3.0 will require JDK 1.5
> and I'm
> > > > not sure we are ready to make that leap are we? perhaps it would be OK
> to do
> > > > that for one of the examples but not so for everything to require
> that. 
> > > >
> > > > BTW, has anyone read up on the JSF 2.0 work and what JDK requirements
> they
> > > > will impose? If the spec will require a move to JSE5.0 then we are
> good to
> > > > go as well.
> > > > 
> > > > TTFN,
> > > >
> > > > -bd-
> > > >
> > > > Begin forwarded message:
> > > >
> > > > From: [EMAIL PROTECTED]
> > > > Date: June 8, 2005 12:01:11 AM MDT 
> > > > To: [email protected]
> > > > Subject: RE: Google's Summer of Code Application: MyFaces-examples
> proposa
> > > > l: MyFaces Pet Store
> > > > Reply-To: MyFaces Development < [email protected]>
> > > >
> > > >
> > > > Hi
> > > >
> > > > I think that would be the next logical step - By that I mean moving
> from
> > > > EJB 2.0 to EJB 3.0, which uses Hibernate as its persistance/ORM
> mapping.
> > > >
> > > >
> > > > Hermod
> > > >
> > > > PS: The are container security issues with regards to Hivemind. It has
> > > > to do with the security policy descriptions and unknown package names
> of 
> > > > proxies.
> > > >
> > > > -----Original Message-----
> > > > From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
> > > > Sent: Tuesday, June 07, 2005 8:38 AM 
> > > > To: MyFaces Development; Zhong ZHENG
> > > > Subject: Re: Google's Summer of Code Application: MyFaces-examples
> > > > proposal: MyFaces Pet Store
> > > >
> > > >
> > > > That sounds great, 
> > > >
> > > > but I would more like to see a *petstore* using Spring/Hivemind and
> > > > Hibernate/OJB
> > > >
> > > > ;))
> > > >
> > > > On 6/5/05, Zhong ZHENG < [EMAIL PROTECTED]> wrote:
> > > >
> > > > Hi dear MyFaces group,
> > > >
> > > >  I am a chinese student of the Universite de Marne la Vallee (Paris,
> > > > France), and am applying for the google's summer of code program. I'd 
> > > > like
> > > >
> > > > to join the ASF's 'myfaces-examples' subject to propose a
> > > > MyFaces-powered
> > > >
> > > > java pet store implementation. You may check my CV here:
> > > >   http://heavyz.sourceforge.net/site/resume-4.1.html
> > > >
> > > >  Currently, I am working on some personal java projects hosted on
> > > > sourceforge. Here is the list: 
> > > >
> > > >  http://heavyz.sourceforge.net/zpetstore  - a
> > > > re-implementation of java pet store using EJB2.0, JSTL, Apache Struts.
> > > >   http://heavyz.sourceforge.net/elsie  - a java
> content
> > > > management system.
> > > >  http://heavyz.sourceforge.net/espresso   - a game
> > > > developing framework for J2ME MIDP 2.0
> > > >  http://heavyz.sourceforge.net/pluto  - a chinese
> > > > translation of the Apache Pluto project. 
> > > >
> > > >  Here are details of my application based on the Perl's guide and the
> > > > existing MyFaces example proposals:
> > > >
> > > >  Project Title:
> > > >
> > > >  MyFaces Pet Store. 
> > > >
> > > >  Synopsis:
> > > >
> > > >  In fact, when learning EJB, i've already re-implemented the pet store
> > > > demo
> > > >
> > > > application using EJB 2.0, JSTL and Apache Struts. Here is the project
> > > > home
> > > >
> > > > page:  http://heavyz.sourceforge.net/zpetstore
> > > >
> > > >  For the MyFaces project, i would provide a re-write of the pet 
> > > > store's web
> > > >
> > > > tier using MyFaces instead of Struts.
> > > >
> > > >  Benefits to the Community:
> > > >
> > > >  A MyFaces implementation of pet store would provide to other 
> > > > developers in
> > > >
> > > > the community an example of how to use JSF to implement the web tier,
> > > > as
> > > >
> > > > well as how to migrate existing applications from Apache Struts to 
> > > > JSF.
> > > >
> > > >
> > > >  Deliverables:
> > > >
> > > >  The pet store demo application as an EAR, including the MyFaces web
> > > > tier,
> > > >
> > > > the delegation tier and the EJB tier. 
> > > >
> > > >  Project Details:
> > > >
> > > >  The MyFaces pet store is a re-implementation of the Java Pet Store
> > > > demo
> > > >
> > > > application from Sun's J2EE BluePrints 
> > > > (http://java.sun.com/j2ee/blueprints). It is a J2EE
> > > > application built on EJB 2.0, JSTL and Apache MyFaces.
> > > >
> > > >  Project Schedule: 
> > > >
> > > >  I am available to start working on this project right after it is
> > > > approved.
> > > >
> > > > The project will take about 2 months to complete, depending on other
> > > > parts 
> > > >
> > > > of my schedule (work, school, etc).
> > > >
> > > >  --
> > > >
> > > > ZHENG Zhong
> > > > heavyzheng.AT.gmail.com
> > > > 
> > > >
> > > >
> > > >
> > > > --
> > > > Matthias Wessendorf
> > > >
> > > >
> > > > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
> * * *
> > > >
> > > > This email with attachments is solely for the use of the individual or
> > > > entity to whom it is addressed. Please also be aware that the DnB NOR
> Group
> > > > cannot accept any payment orders or other legally binding
> correspondence
> > > > with
> > > > customers as a part of an email. 
> > > >
> > > > This email message has been virus checked by the virus programs used
> > > > in the DnB NOR Group.
> > > >
> > > > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
> * * * 
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > >
> > 
> 
> 
> 
> -- 
> 
> 
> ZHENG Zhong
>  heavyzheng.AT.gmail.com
>

Reply via email to