Martijn Verburg wrote: (e.g. You can't get memory leaks, you don't need to tidy up after yourself etc).
Vyas Sanzgiri wrote:
Can you expand a little more on "optimize imports"?
Slobodan Erakovic wrote:
It is kind of three new areas, in order to successfully use (merge) my knowledge of Java (specifically in backend), with frontend, if I choose Flex, or I am wrong about my consideration about Flex?
Any advice, architectural direction?
Slobodan Erakovic wrote: However, I was wondering does Flex can communicate with Java backend (example: I have some Java based web app. in backed, Servlets, EJB3, Web Services, or whatever) ? Does Flex send a request, which can be handled as a HttpServletRequest, from the Servlet?
Originally posted by Aurelio Calegari:
You don't need DAOs if you're using App Service + JPA, because JPA is itself a domain store. You may want to use DAOs when you're encapsulating access to legacy systems either through using raw JDBC directly or emulating a screen scraper. You may want to combine App Service + JPA for trivial stuff and App Service + DAO to run stored procedures, for example.
Originally posted by Reza Rahman:
I really think you should give EasyGloss a spin too. You'll cut down on *all* the custom code you wrote...
Originally posted by Reza Rahman:
I really think you should give EasyGloss a spin too. You'll cut down on *all* the custom code you wrote...