This essay developed out of conversations I've had with several other programmers about why Java smelled suspicious. It's not a critique of Java!
Sycorax - complete tutorials
Programming Tutorials
" Java provides the industry - software companies and customer alike , an opportunity to create a true open computing environment where software is portable,
and customers benefit from increase competition. "
Java and the Future
December 1, 2008-LEJB 3.1: EJB New and Improved!
The EJB 3.0 specification was a huge improvement from what you were used to in the early versions of EJB. Available as an early draft, EJB 3.1 has many more features and is even easier to use.
December 1, 2008-Should Java Assert that Network I/O Can't Occur on the UI Thread?
Doing network I/O on the user interface (UI) thread is bad. Most developers know that and can tell you why; unfortunately, it's still done.
Register now to recieve special alert and latest technology news!
In developing web components, we normally use JavaServer Pages (JSPs) for the
presentation.
JSP is a technology
that combines the HTML/XML markup languages and elements of the Java programming
language to return dynamic content to a web client.
JSP Introduction - In this section we will discuss the basics of the JSP .
JSP Life Cycle - In this section we will discuss the JSP page life cycle and different life cycle methods.
UNDERSTANDING JSP PAGE DIRECTIVE ATTRIBUTES - The basic purpose of the Java Servlets in struts is to handle requests made by the client or by web browsers. In struts JavaServerPages (JSP) are used to design the dynamic web pages. In struts, servlets helps to route request which has been made by the web browsers to the appropriate ServerPage.
JSP SYNTAX ELEMENTS - We will discuss the basic syntax of the JSP scripting language.
UNDERSTANDING THE TRANSLATION PROCESS - This lesson is an introduction to Action Class of the Struts Framework.
UNDERSTANDING JSP IMPLICIT VARIABLES AND JSP IMPLICIT OBJECTS - This lesson is an introduction to Action Class of the Struts Framework.
UNDERSTANDING JSP PAGE SCOPES - This lesson is an introduction to Action Class of the Struts Framework.

