Hi,
How to use DTO(data transfer object) in lift.

e.g
In Java ,i have user defined object i.e Employee with
name ,address,emp Id, salary,department
attribute.

i want to display employee details on UI. for that i will make query
for Db for particular employee.
Will retrieve all attribute and create new employee object above
details.

So in scala, can we define such employee class(DTO) with getter setter
method?

is there any other way for this in scala?


Thanks in advance


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to