Re: to integrate wicket with itext or any other framework

2011-05-24 Thread hariharansrc
thanks 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3548850.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: to integrate wicket with itext or any other framework

2011-05-24 Thread Phil Franken

Trying to answer your question directly...

Commons reasons to use spring;
Dependency Injection (@Component, @Autowired)
AOP
Transaction Management (@Transactional)
Templates - (Java Mail, LDAP, Hibernate, JDBC, Velocity, etc)
3.1 offers caching, and there are a variety of other projects/templates, 
see the website


On 5/24/2011 2:39 PM, hariharansrc wrote:

yeah i accept what you are saying, first i tried jsp/servlet then jumped to
wicket and from  jdbc i jumped  to hibernate we can quite understand when we
actually face the problems but anybody who already faced the problem when
they give me proper directions it will be easier quite a lot. So can tell me
the proper reason for the reason behind using spring for integrating wicket
and hibernate

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

Thanks in advance

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3547875.html
Sent from the Users forum mailing list archive at Nabble.com.

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




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



Re: to integrate wicket with itext or any other framework

2011-05-24 Thread James Carman
On Tue, May 24, 2011 at 2:39 PM, hariharansrc  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



RE: to integrate wicket with itext or any other framework

2011-05-24 Thread John Owen
Wicketstuff provides JasperReports integration. [1]

1 - 
https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/jasperreports-parent


-Original Message-
From: hariharansrc [mailto:hariharan...@gmail.com] 
Sent: Tuesday, May 24, 2011 1:39 PM
To: users@wicket.apache.org
Subject: Re: to integrate wicket with itext or any other framework

yeah i accept what you are saying, first i tried jsp/servlet then jumped to
wicket and from  jdbc i jumped  to hibernate we can quite understand when we
actually face the problems but anybody who already faced the problem when
they give me proper directions it will be easier quite a lot. So can tell me
the proper reason for the reason behind using spring for integrating wicket
and hibernate 

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

Thanks in advance

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3547875.html
Sent from the Users forum mailing list archive at Nabble.com.

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


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



Re: to integrate wicket with itext or any other framework

2011-05-24 Thread hariharansrc
yeah i accept what you are saying, first i tried jsp/servlet then jumped to
wicket and from  jdbc i jumped  to hibernate we can quite understand when we
actually face the problems but anybody who already faced the problem when
they give me proper directions it will be easier quite a lot. So can tell me
the proper reason for the reason behind using spring for integrating wicket
and hibernate 

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

Thanks in advance

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3547875.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: to integrate wicket with itext or any other framework

2011-05-24 Thread James Carman
How about this?  Go write your application just using Hibernate.
Then, after months of trying to figure out how to write the code to
properly manage everything, try it with Spring (or some other DI
container).  Then you'll appreciate it more. :)

On Tue, May 24, 2011 at 1:27 PM, hariharansrc  wrote:
> I got the idea but can you explain it  a bit more about the reason we have to
> go for spring or guice.
> I actually googled and i get that we need dependency injection between
> frameworks is it the reason for we using spring or guice. A brief
> explanation  i need
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3547719.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



Re: to integrate wicket with itext or any other framework

2011-05-24 Thread hariharansrc
I got the idea but can you explain it  a bit more about the reason we have to
go for spring or guice.
I actually googled and i get that we need dependency injection between
frameworks is it the reason for we using spring or guice. A brief
explanation  i need

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3547719.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: to integrate wicket with itext or any other framework

2011-05-24 Thread Andrea Del Bene
Spring is not required and you can use just Hibernate. But as best 
practice is strongly recommended to use Hibernate with some kind of 
container framework and let it manage Hibernate for you.
Spring is probably the most used container framework around the world, 
but you can choose other valuable solution like Guice or Seam:


http://blog.yanivkessler.com/2010/05/wicket-and-guice-alternate-route.html?x=stackoverflow



why i have to use spring to integrate wicket and hibernate is there any
spefic reason to do that

any tutorials available to integrate hibernate and wicket

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3546577.html
Sent from the Users forum mailing list archive at Nabble.com.

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






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



Re: to integrate wicket with itext or any other framework

2011-05-24 Thread Martin Grigorov
just because Spring makes transaction management easier
use the same tutorials and cut Spring usage if you don't want it

On Tue, May 24, 2011 at 12:30 PM, hariharansrc wrote:

> why i have to use spring to integrate wicket and hibernate is there any
> spefic reason to do that
>
> any tutorials available to integrate hibernate and wicket
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3546577.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>


Re: to integrate wicket with itext or any other framework

2011-05-24 Thread hariharansrc
why i have to use spring to integrate wicket and hibernate is there any
spefic reason to do that

any tutorials available to integrate hibernate and wicket

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3546577.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: to integrate wicket with itext or any other framework

2011-05-23 Thread hariharansrc
thanks.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3544470.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: to integrate wicket with itext or any other framework

2011-05-23 Thread Andrea Del Bene

Take also a look at this post, maybe could be useful for you.

http://wicketinaction.com/2009/06/wicketspringhibernate-configuration/

to integrate wicket with other frameworks such as hibernate and itext
any other configuration needed or just we can integrate

and then we can create connection pool in wicket for hibernate

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3543523.html
Sent from the Users forum mailing list archive at Nabble.com.

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






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



Re: to integrate wicket with itext or any other framework

2011-05-23 Thread Martin Grigorov
See this demo app
https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/phonebook
Also check the maven archetypes at http://www.jweekend.com/dev/LegUp. This
will create a mini app which you can extend with your application details

On Mon, May 23, 2011 at 11:47 AM, hariharansrc wrote:

> to integrate wicket with other frameworks such as hibernate and itext
> any other configuration needed or just we can integrate
>
> and then we can create connection pool in wicket for hibernate
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3543523.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>


to integrate wicket with itext or any other framework

2011-05-23 Thread hariharansrc
to integrate wicket with other frameworks such as hibernate and itext 
any other configuration needed or just we can integrate 

and then we can create connection pool in wicket for hibernate

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3543523.html
Sent from the Users forum mailing list archive at Nabble.com.

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