Bear Bibeault wrote:(though some frameworks may provide their own alternative to JSP). .
Hauke Ingmar Schmidt wrote:EJB, Enterprise Java Beans, are part of JavaEE. They are (part of) a framework to build enterprise-y applications. These applications don't need to have a web frontend.
John Todd wrote:
Hauke Ingmar Schmidt wrote:EJB, Enterprise Java Beans, are part of JavaEE. They are (part of) a framework to build enterprise-y applications. These applications don't need to have a web frontend.
Not true.
EJB are used to execute the business logic in Java web applications (though you need an application server or an embedded EJB container inside the web container).
These applications don't need to have a web frontend
John Todd wrote:What I was talking about is your sentence:
These applications don't need to have a web frontend
It is not true that enterprise application don't need to have a web front end.
John Todd wrote:What I was talking about is your sentence:
These applications don't need to have a web frontend
It is not true that enterprise application don't need to have a web front end.
These applications don't need to have a web frontend
John Todd wrote:Maybe it is a matter of miscommunication
SCJP 1.6,Preparing (Tryin to prepare) for scwcd
Thanks & Regards
Sidharth Pallai
Sidharth Pallai wrote:But EJB is nowadays a tiring job for any developer to code specifc segments of functionalities ... [snip] ... and lots more
Sidharth Pallai wrote:Thats appropriate, But EJB is nowadays a tiring job for any developer to code specifc segments of functionalities (Transactions/Security/Concurreny/JNDI Lookup) and at the same maintain better design approach. which is a cumbersome. So, todays trends provides Spring Framework, that comes up all-in-one plate to pick/use features which you need. Services are already in place , we just need to provide our implementations, and at the same mainatin design protocols like coupling throught DI/IOC , AOP , WebMVC, DAO integration with ORM , integration with struts/velocity/jsf... and lots more. !! Go through Spring Framework concepts , it will fetch you how to place ut problem state into designated places and make them feel/work in a better fashion , i mean in OOP's way!
Ekaterina Galkina wrote:I'm not sure that I chose the correct branch, and the question may be stupid, but I'll try to ask.
Imagine, that we have a web-application (which opens in browser).
Java is used on server side (we have an application server, for example Glassfish).
Question.
Does it mean that servlets (or jsp) are neceessarily used? Or is there another way to generate html pages? (The problem is that I've heard about many technologies, like ejb and others, but didn't use them).
Seriously Rick? Seriously? You might as well just read this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|