Friday, March 12th, 2010

EJB

how to override browser cookie from java servlet.

we can override browser cookie using this code. response.setHeader(“p3p”, “CP=IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT”); Share and Enjoy:  Read More →


Java Applet

Java Applet: java An applet is a special kind of Java program that a browser enabled with Java technology can download from the internet and run. Java applets were introduced in the first version of the Java language in 1995. An applet is typically embedded inside a web-page and runs in the context of the browser. An applet must be a subclass of the java.applet.Applet class, which provides the standard... [Read more]


Entity Beans Overview

Entity Beans Overview Java programmers are already familiar with objects.  An entity bean is an object with special properties: It is permanent. Standard Java objects come into existence when they are created in a program.  When the program terminates, the object is lost.  But an entity bean stays around until it is deleted.  A program can create an entity bean, then the program can be stopped... [Read more]


Mastering Enterprise JavaBeans

Third Edition Published in January 2005, the best-selling book Mastering EJB is now in its third edition and has been updated for EJB2.1 and also features new chapters on security and Web services integration. The book is about EJB concepts, methodology and development. This book also contains a number of advanced EJB topics, giving you a practical and real�world understanding of the subject. By... [Read more]


Read More Posts From This Category
Click here to visit WFHClub-Work From Home Club.