Business Layer
I’m currently developing J2EE application for my organisation. But now, I’m still evaluating the technology for business layer. Between Plain Old Java Class, EJB 3.0 and Toplink, which one should I choose? I prefer simplicity, and i think plain old java class is the best candidate. Any harm to use plain old java class for business layer? (FYI: View layer-ADF Faces & Model layer-ADF data model (Data Control & binding).

Leave a Reply