[java ee programming] Spring course email alias

2011-07-15 Thread Sang Shin
As many of you already know, the first session of the Spring framework course starts from July 20th. (Please help us spreading the word through tweeting and facebooking.) In any case, if you plan to take this course, the class email alias of this course is

[java ee programming] SPRING - need urgen help

2011-06-27 Thread Rafał Laczek
Hi Colleagues, I need urgent help. I must change getServicePoint() which gets the service point to look up using Spring instead of the ClientConfig Thanks and regards, Rafal private static final ClientConfig config = ClientConfig.getConfig(ClientConfig.generateName(HittegodsAPI.class));

Odp: [java ee programming] SPRING - need urgen help

2011-06-27 Thread Rafał Laczek
Hi, This mail is not valid already. I wait when moderator will put my last post. Br, Rafal Dnia 27-06-2011 o godz. 11:44 Rafał Laczek napisał(a): Hi Colleagues, I need urgent help. I must change getServicePoint() which gets the service point to look up using Spring instead of the

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 rafal_lac...@wp.pl Hi, The Spring is quite new for me but in my project I must use it to extract

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 :

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

[java ee programming] Spring

2010-03-13 Thread Rafał Laczek
Hi, The Spring is quite new for me but in my project I must use it to extract data from database. Bellow I send you code. Unfortunately loading of the context should be left to the Spring listener instead of this explicit creation. Could you help me please to change this code. Thank you

[java ee programming] Spring - connecting to database

2010-03-11 Thread Rafał Laczek
Hi Friends, I need you small support in database subjects using Spring. In my application I MUST use Spring to connect to database in order to extract some data. Can you advise me preferably sending me any sample how to connect to database as well as configure the spring-config xml. Thank you

[java ee programming] Spring with JSF

2010-03-07 Thread aykut kanyılmaz
hi, i dont do integrate spring with jsf. i research it very much, but it didnt. can you help me with sample code ? -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

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 onbira...@gmail.com hi, i dont do integrate spring with jsf. i research it very

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

2009-12-10 Thread Alin Dumitrescu
-with-pass...@googlegroups.com] On Behalf Of Weasley Sent: December-10-09 7:11 AM To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] Spring documents for Netbeans users This document shows you how to install the Spring Framework and run it in NetBeans IDE. The Spring

[java ee programming] Spring MVC

2009-06-17 Thread JoshLucas
I am trying to do the lab. Sometimes when I try to run the projects, I get this error HTTP Status 503 - type Status report message description The requested service () is not currently available. This doesn't happen all the time. I had the problem on the first few programs but it eventually

[java ee programming] Spring tutorial http://oyejava.com/tiki-index.php?page=Spring

2009-04-29 Thread lalit
Spring tutorial at http://oyejava.com/tiki-index.php?page=Spring --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

[java ee programming] Spring MVC examples -- log4j-1.2.14.jar

2008-12-07 Thread jp sweden
Hi, Just a curious question re. the Spring MVC lab: http://www.javapassion.com/handsonlabs/spring25mvc/index.html In all of the examples in the zip-file: 4918_spring25mvc.zip I get an error when opening the project in Netbeans, complaining that log4j-1.2.14.jar is used but cannot be found.