Perhaps it'd be worth developing a container and non-container based
version of the project...or something in between.  I suppose I'll need
to do my homework first!

Is Spring 2.x moving away from XML?  I just downloaded the M5
reference, I'll flip through it for a bit.

On 6/14/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> spring has simple transaction demarcation, see @Transactional annotation.
> and as far as persistence if using spring 1.x you can use hibernate with
> ejb3 annotations, or if using spring 2.x you can use hibernate's
> entitymanager which is basically ejb3 and they have jpa (or wtf that acronym
> is) support as well
>
> -Igor
>
>
>
> On 6/14/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> >
>  >and for a portal this xml you /will/ want to have
> > configurable at deployment time in order to configure what
> portlets/services
> > are available to the portal - so even with ejb3 this kind of stuff still
> has
> > to be in some external config.
>
> I was actually thinking about that the other day...you're absolutely
> right on that point, it has to be externalized somehow.
>
> I don't see how Spring couldn't be used to compliment EJB 3.0 in the
> regard.  Spring could be used to externalize modular resources, i.e.
> portlets whereas EJB3 could do what it does best...persistence and
> simple transaction demarcation.
>
>
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>
>
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>


_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to