mvnForum Homepage Welcome Guest   | Login   
  Search  
  Index  | Recent Threads  | Who's Online  | User List  | Register  | Search  | Help  | RSS feeds


Welcome Guest
Login Name

Password



I've forgotten my password!

Who's Online
There are 8 Online Users (8 Guests, 0 Member , 0 Invisible member )
Who's Online:
What they are doing

Most active threads since last week
new report needed (1 new post)

Most active members since last week
Ben (1 new post)

Statistics
Total Categories: 1
Total Forums: 2
Total Topics: 52
Total Posts: 131
Total Members: 21
Latest Member: Ky

List all forums
General
General
Applications
  
Last post in each forum
Forum: General » Thread: Remote Persistence Approaches
Posted by admin at Aug 1, 2006 7:19:32 AM
Re: Remote Persistence Approaches
 

 
One thing that bothers me is the popularity of the DAO pattern

I do kinda agree with this. Our architecture uses domain objects in the server and we query and persist these directly. I think the DAO pattern is used when you are doing JDBC as it is the ORM layer. I didn't think spring advocated this when using hibernate or JDO (but I might be wrong).

I don't kow what the official Spring people say on the issue of not using DAOs, but certainly all the Spring sample applications use them. Also when you read around you could be forgiven for thinking that DAO is the only way to go. The two books I've got ('Pro Sping' and 'Professional Java Development with the Spring Framework') don't seem to offer an alternative. Even an article meant expressly to talk about POJOs only offers use of the DAO pattern.
 

The problem is when objects move out of session and back in again. ...
Replies: 4 :: Reply to this Post

Forum: Applications » Thread: new report needed
Posted by Ben at Jan 7, 2009 1:35:38 AM
new report needed
Hi Chris, heres what I need...
To be able to generate a report of active volunteers and a report of all volunteers with following properties...

Format: CSV file
Content: e.g
Full Name, Address, Ph (hm), Ph (mb), Ph (wk), Email Address

It will then be very easy for me to take into excel and manipulate as desired smile

Thanks in advance,
Ben
Replies: 0 :: Reply to this Post