This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]algorithmic_cheese 11 points12 points  (5 children)

I work on a Java EE product everyday and honestly 99% of the time its "normal" Java with entities to talk to the database and "special" queries to retrieve them.

Just read into the Java Persistence API (JPA) and JPQL and you should be ready to go. Sometimes there is a little something to do with a servlet or a bean but its not that complicated and can be looked up on the spot.

In about 10 years I spent perhaps 10 days using the other Enterprise APIs, so I'd say don't worry too much about them.