Using DAO pattern in a GWT project

2009-04-08 Thread Neo
Hi, Can i use the DAO pattern in a GWT project. If yes then how ? Please suggest. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Using DAO pattern in a GWT project

2009-04-08 Thread Jim
You can use DAO pattern to wrap EntityManager using Dreamsource ORM. You can download it from http://dreamsource-orm.googlecode.com/files/dreamsource2_0_0_04062009_GWT_src.jar, create an source folder like dreamsource and extract source files from it into dreamsource source folder. Please check