Re: Reg:Dozer DTO generation

2013-03-12 Thread nalini . kar

On Wednesday, January 30, 2013 12:02:30 PM UTC+1, nalin...@googlemail.com 
wrote: 

 In GWT documentation in 
 https://developers.google.com/web-toolkit/articles/using_gwt_with_hibernate?hl=en
 under using dozer for hibernate integration, it is mentioned that it is 
 possible to generate DTOs using Dozer...
 But in Dozer site I could not found any relevant document on generation of 
 DTOs...
 I could found information only on mapping between two files...
 Can anyone tell me if it is possible to generate DTOs with Dozer and any 
 reference on that ...
 thanks.
  
  
  


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Reg:Dozer DTO generation

2013-03-12 Thread Ed
You can't generate them with Dozer. Dozer isn't a generation tool.
You can write code yourself to generate them or just make them by hand and 
use a good IDE to help you with that..
It might be a bit of work to do it by hand, by on the other hand, once you 
have them, you probably hardly change them.
- Ed

Op dinsdag 12 maart 2013 14:07:02 UTC+1 schreef nalin...@googlemail.com het 
volgende:


 On Wednesday, January 30, 2013 12:02:30 PM UTC+1, 
 nalin...@googlemail.comwrote: 

 In GWT documentation in 
 https://developers.google.com/web-toolkit/articles/using_gwt_with_hibernate?hl=en
 under using dozer for hibernate integration, it is mentioned that it is 
 possible to generate DTOs using Dozer...
 But in Dozer site I could not found any relevant document on generation 
 of DTOs...
 I could found information only on mapping between two files...
 Can anyone tell me if it is possible to generate DTOs with Dozer and any 
 reference on that ...
 thanks.
  
  
  



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Reg:Dozer DTO generation

2013-03-12 Thread Gibson
Net Beans is a handy with DTO generation,with a connection to your
DS,There's a wizard to generate DTOs from entities


On Tue, Mar 12, 2013 at 4:51 PM, Ed post2edb...@gmail.com wrote:

 You can't generate them with Dozer. Dozer isn't a generation tool.
 You can write code yourself to generate them or just make them by hand and
 use a good IDE to help you with that..
 It might be a bit of work to do it by hand, by on the other hand, once you
 have them, you probably hardly change them.
 - Ed

 Op dinsdag 12 maart 2013 14:07:02 UTC+1 schreef nalin...@googlemail.comhet 
 volgende:


 On Wednesday, January 30, 2013 12:02:30 PM UTC+1, 
 nalin...@googlemail.comwrote:

 In GWT documentation in https://developers.google.com/**
 web-toolkit/articles/using_**gwt_with_hibernate?hl=enhttps://developers.google.com/web-toolkit/articles/using_gwt_with_hibernate?hl=en
 under using dozer for hibernate integration, it is mentioned that it is
 possible to generate DTOs using Dozer...
 But in Dozer site I could not found any relevant document on generation
 of DTOs...
 I could found information only on mapping between two files...
 Can anyone tell me if it is possible to generate DTOs with Dozer and any
 reference on that ...
 thanks.




  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Reg:Dozer DTO generation

2013-01-30 Thread Ed
Yes it's possible.
I use it with success for lon time already...
I think you should understood well what the meaning of DTO is, such that 
you understand why you don't find specific DTO thinks on the Dozer site.


Op woensdag 30 januari 2013 12:02:30 UTC+1 schreef nalin...@googlemail.com 
het volgende:

 In GWT documentation in 
 https://developers.google.com/web-toolkit/articles/using_gwt_with_hibernate?hl=en
 under using dozer for hibernate integration, it is mentioned that it is 
 possible to generate DTOs using Dozer...
 But in Dozer site I could not found any relevant document on generation of 
 DTOs...
 I could found information only on mapping between two files...
 Can anyone tell me if it is possible to generate DTOs with Dozer and any 
 reference on that ...
 thanks.
  
  
  


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.