Hi, all:I want to use Play to create some web applications, everything is nice, except the Hibernate. I met a lot of problems, all because of hibernate. It seems we can insert/delete data easily by hibernate, but there are a lot of unexpect exceptions during development. It will take me several hours to find the reason, and read a lot of articles about hibernate. I really miss the JDBCTemplate of spring. Can play support non-JPA persistent plugins?
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
For sure any framework has its strength and weakness or lacking some
specific features. But I believe that Play is way much maturer than
scooter.
If you are doing some experiments or toy apps you can always
encouraged to use new frameworks. But for serious product apps,
however, my opinion is to stay with mature framework like Play!
Bendanpa
> > play-framewor...@googlegroups.com<play-framework%2Bunsu...@googlegroups.com>
Hi, all:I want to use Play to create some web applications, everything is nice, except the Hibernate. I met a lot of problems, all because of hibernate. It seems we can insert/delete data easily by hibernate, but there are a lot of unexpect exceptions during development. It will take me several hours to find the reason, and read a lot of articles about hibernate. I really miss the JDBCTemplate of spring. Can play support non-JPA persistent plugins?
--