On Tue, May 24, 2011 at 2:39 PM, hariharansrc <hariharan...@gmail.com> wrote:
>So can tell me the proper reason for the reason behind using spring for 
>integrating wicket
> and hibernate
>

It's pretty simple.  Using Hibernate is more easily done with
something like Spring.  It doesn't matter if you're using it within
the context of Wicket or JSP or Swing or whatever.  There are certain
things that need to be done that are just handled for you
automatically by Spring.  It has nothing to do with Wicket.

> The  i am having another clarifications for using any other framework  i
> need spring like frameworks for DI
> why i am asking is i need japer reports to integrate with wicket
>
> How to find two frameworks need DI, because for JDBC i done that without any
> DI
>

JDBC is easier done with something like Spring, too, because it will
manage your connections for you and make sure they're properly closed.
:)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to