Im new to EJB3 and Spring technologies. I have been reading about their difference and it seems that EJB3 solve the problems from its predecessors. Spring solve many of problems from EJB1 and EJB2 as well.
Im going to develop a 3-tier application, I will have server and different clients (phones, pda, standalones, browsers, etc) are going to connect to it to retrieve data and process business logic. Which technology should I use and what are the pros and cons of using one over the other?
Start Free Trial