Re: [java ee programming] Spring tutorial

2010-12-20 Thread thiago moraes
Hi Rafal! try this tutorial http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html Very simple and using annotations! Spring + JPA + Struts 2 + Ajax This is the Spring reference http://static.springsource.org/spring/docs/2.5.x/reference/new-in-2.html#new-in-2-intro 2010/12/17 Rafa

Re: [java ee programming] Spring with JSF

2010-03-14 Thread bambang teleinfocom
Hi : IMHO, JSF uses the faces-config.xml to do the wiring and configuration: ( here is one example from the manning -- great books written by struts expert -- spring2 in action ) Say your jsf has form : Register Motorist E-mail . Model / JSF's managed bean i

Re: [java ee programming] Spring

2010-03-14 Thread Rafał Laczek
Hi, Thanks for all suggestions. I'll check it. Regards, Rafal Dnia 14-03-2010 o godz. 9:49 bambang teleinfocom napisał(a): Hi Rafal :Based on the links : http://www.vogella.de/articles/SpringJDBC/article.htmlFirst : you need to add spring-jdbc.jar to your classpath (in addition to the standard jars

Re: [java ee programming] Spring

2010-03-14 Thread bambang teleinfocom
Hi Rafal : Based on the links : http://www.vogella.de/articles/SpringJDBC/article.html First : you need to add spring-jdbc.jar to your classpath (in addition to the standard jars described in the above installation link). Second : Create the POJO of something ( as your domain MODEL ) say : pack

Re: [java ee programming] Spring

2010-03-14 Thread bambang teleinfocom
Hello Rafal : In order to use Jdbc and Spring, you can use the JdbcTemplate provided by spring then you do not need to write so much "connection setup" codes cheers bb 2010/3/13 Rafał Laczek > Hi, > > > The Spring is quite new for me but in my project I must use it to > extract data from da

Re: [java ee programming] Spring with JSF

2010-03-07 Thread Mansee Mongia
Hi Why dont you try these links as follows: http://www.javabeat.net/articles/39-integrating-spring-and-jsf-1.html http://cagataycivici.wordpress.com/2005/12/25/integrating_jsf_and_spring/ 2010/3/7 aykut kanyılmaz > hi, i dont do integrate spring with jsf. i research it very much, but it > didn

RE: [java ee programming] Spring documents for Netbeans users

2009-12-10 Thread Alin Dumitrescu
Small addition: There are no arguments on how Spring attracted more users than what Struts and Hibernate all together have done. The Spring framework is used for a different purpose than Hibernate, and provides support FOR hibernate(ORM mapping). Spring itself addresses ORM, b