Java Miscellaneous tutorials
The Java 2 Platform, Micro Edition (J2ME) offers great tools for developers, porting the Java platform's network-centric and platform-agnostic worldview down to memory- and processor-limited devices. Soma Ghosh explains the basics of the J2ME world, showing you the building blocks of the platform and demonstrating a sample application.
Related Tutorials
(J2ME) Application Development : MIDP Programming
This chapter handles the life cycle and user interface of Mobile Information Device Profile (MIDP) applications.
Handling Cookies
Cookies are small bits of textual information that a Web server sends to a browser and that the browser returns unchanged when visiting the same Web site or domain later.
Value objects
Value objects are numbers, dates, strings, email addresses, isbn numbers, etc.. Value objects are usually small and simple, their identity is based on their state, not on the object identity. Since they are usually immutable they can be put into good use in optimization in conjunction with the flyweight pattern.
First Java Servlets and JSP Tutorial
We want to create a small web application (library), that illustrates the usage of JavaServer Pages combined with Java Servlets. We use the JavaServer Pages to display data (presentation) and the servlets to control and call the business logic of the web application.
 
Categories