Re: Starting with Wicket, Spring, Maven and JDBC

2009-09-24 Thread Pedro Sena
I'll check them

Thanks Eric,

On Wed, Sep 23, 2009 at 8:08 PM, Erik Post eriksen...@gmail.com wrote:

 Well, besides iolite, you could take a look at wicket-phonebook and
 wicketopia. They're not JDBC but they both come with Spring
 preconfigured. The phonebook has a couple of example DAO's and iBatis
 (among others) set up. You could take those as a starting point and
 'add' JDBC.

 Cheers,
 Erik


 On Wed, Sep 23, 2009 at 11:33 PM, Pedro Sena sena.pe...@gmail.com wrote:
  Hi Guys,
 
  I'm new to Wicket with Spring(I never used Spring before, just Seam). I'm
  using lolite but it comes with JPA instead of JDBC.
 
  I would like to know if there is some archetype for the setup that I
  described in the title. I already checked wicket stuff if no luck.
 
  Thanks in advance,
  --
  /**
  * Pedro Sena
  * Systems Architect
  * Sun Certified Java Programmer
  * Sun Certified Web Component Developer
  */
 

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




-- 
/**
* Pedro Sena
* Systems Architect
* Sun Certified Java Programmer
* Sun Certified Web Component Developer
*/


Re: Starting with Wicket, Spring, Maven and JDBC

2009-09-24 Thread Muro Copenhagen
Hi Pedro

Try Appfuse-light with the desired combination:
https://appfuse-light.dev.java.net/servlets/ProjectDocumentList?folderID=8006expandFolder=8006folderID=0

It should be at the bottom.

Best Regards
Muro

On Thu, Sep 24, 2009 at 12:04 PM, Pedro Sena sena.pe...@gmail.com wrote:

 I'll check them

 Thanks Eric,

 On Wed, Sep 23, 2009 at 8:08 PM, Erik Post eriksen...@gmail.com wrote:

  Well, besides iolite, you could take a look at wicket-phonebook and
  wicketopia. They're not JDBC but they both come with Spring
  preconfigured. The phonebook has a couple of example DAO's and iBatis
  (among others) set up. You could take those as a starting point and
  'add' JDBC.
 
  Cheers,
  Erik
 
 
  On Wed, Sep 23, 2009 at 11:33 PM, Pedro Sena sena.pe...@gmail.com
 wrote:
   Hi Guys,
  
   I'm new to Wicket with Spring(I never used Spring before, just Seam).
 I'm
   using lolite but it comes with JPA instead of JDBC.
  
   I would like to know if there is some archetype for the setup that I
   described in the title. I already checked wicket stuff if no luck.
  
   Thanks in advance,
   --
   /**
   * Pedro Sena
   * Systems Architect
   * Sun Certified Java Programmer
   * Sun Certified Web Component Developer
   */
  
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 


 --
 /**
 * Pedro Sena
 * Systems Architect
 * Sun Certified Java Programmer
 * Sun Certified Web Component Developer
 */



Re: Starting with Wicket, Spring, Maven and JDBC

2009-09-24 Thread Pedro Sena
Wow,

Exactly what I was looking for!!!

Thanks a lot !!

On Thu, Sep 24, 2009 at 7:10 AM, Muro Copenhagen copenha...@gmail.comwrote:

 Hi Pedro

 Try Appfuse-light with the desired combination:

 https://appfuse-light.dev.java.net/servlets/ProjectDocumentList?folderID=8006expandFolder=8006folderID=0

 It should be at the bottom.

 Best Regards
 Muro

 On Thu, Sep 24, 2009 at 12:04 PM, Pedro Sena sena.pe...@gmail.com wrote:

  I'll check them
 
  Thanks Eric,
 
  On Wed, Sep 23, 2009 at 8:08 PM, Erik Post eriksen...@gmail.com wrote:
 
   Well, besides iolite, you could take a look at wicket-phonebook and
   wicketopia. They're not JDBC but they both come with Spring
   preconfigured. The phonebook has a couple of example DAO's and iBatis
   (among others) set up. You could take those as a starting point and
   'add' JDBC.
  
   Cheers,
   Erik
  
  
   On Wed, Sep 23, 2009 at 11:33 PM, Pedro Sena sena.pe...@gmail.com
  wrote:
Hi Guys,
   
I'm new to Wicket with Spring(I never used Spring before, just Seam).
  I'm
using lolite but it comes with JPA instead of JDBC.
   
I would like to know if there is some archetype for the setup that I
described in the title. I already checked wicket stuff if no luck.
   
Thanks in advance,
--
/**
* Pedro Sena
* Systems Architect
* Sun Certified Java Programmer
* Sun Certified Web Component Developer
*/
   
  
   -
   To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
   For additional commands, e-mail: users-h...@wicket.apache.org
  
  
 
 
  --
  /**
  * Pedro Sena
  * Systems Architect
  * Sun Certified Java Programmer
  * Sun Certified Web Component Developer
  */
 




-- 
/**
* Pedro Sena
* Systems Architect
* Sun Certified Java Programmer
* Sun Certified Web Component Developer
*/


Starting with Wicket, Spring, Maven and JDBC

2009-09-23 Thread Pedro Sena
Hi Guys,

I'm new to Wicket with Spring(I never used Spring before, just Seam). I'm
using lolite but it comes with JPA instead of JDBC.

I would like to know if there is some archetype for the setup that I
described in the title. I already checked wicket stuff if no luck.

Thanks in advance,
-- 
/**
* Pedro Sena
* Systems Architect
* Sun Certified Java Programmer
* Sun Certified Web Component Developer
*/


Re: Starting with Wicket, Spring, Maven and JDBC

2009-09-23 Thread Erik Post
Well, besides iolite, you could take a look at wicket-phonebook and
wicketopia. They're not JDBC but they both come with Spring
preconfigured. The phonebook has a couple of example DAO's and iBatis
(among others) set up. You could take those as a starting point and
'add' JDBC.

Cheers,
Erik


On Wed, Sep 23, 2009 at 11:33 PM, Pedro Sena sena.pe...@gmail.com wrote:
 Hi Guys,

 I'm new to Wicket with Spring(I never used Spring before, just Seam). I'm
 using lolite but it comes with JPA instead of JDBC.

 I would like to know if there is some archetype for the setup that I
 described in the title. I already checked wicket stuff if no luck.

 Thanks in advance,
 --
 /**
 * Pedro Sena
 * Systems Architect
 * Sun Certified Java Programmer
 * Sun Certified Web Component Developer
 */


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