Latest Answer : We are mainly using the design patters for the sepration of physical speration rather than an logical sepration. We can say like BusinessDelegaors, Singleton, session-Facade, DAO(Data Acess Object), service- delegators.Each and every pattern used for ...
Can you suggest me the way in which the taglibs have to be used in J2EE 1.4? The reason is that the J2EE 1.2 automatically maps the tld and the class file, whereas if i use J2EE 1.4, the taglib descriptor shows an error.
How we can connect to a database in Java without creating DSN and by using JNDI in J2EE Server. Plz give me the technique. Thank U.
I have written one applet by using multithreading concept(by implementing Runnable interface)and including it in my JSP page, but the jsp page is unable to load the applet. I have written Plz help me by giving any techinque for including an applet in the jsp page.
HiI am just in start up of j2ee projects . I am using jsp,servlets.Each project must be following some architectures,what are the architectures which are used using jsp,servlets.Is MVC model a must.
I am working with Jasper Report in simple application java to generate a PDF document and I want to know how can i use it in J2EE appilcation.
Latest Answer : We can generate PDF Documents using FOP 0.92 beta that requires knowledge of XML + XSL-FO.We can also use iTEXT to generate PDF Documents, which is simplier about the lot.You can also use some HTML to PDF conversion tools available ex:- IceBrowser ...
How can we pass argument through hyper link in J2EE?
Latest Answer : You can pass the argument to hyperlink as QueryString parameter.e.g ...
What is the J2EE concept and how to handle it in Java?