It is very good java reference to study for the Sun Certfied Java Programmer Exam (SCJP). It is collection of notes made by Jane. Read the rest of this entry »
Java Quick Reference
This session will discuss about technologies for web applications development with server side user interface modeling capabilities.
Adaptive Server provides a runtime environment for Java, which means that Java code can be executed in the server. Building a runtime environment for Java in the database server provides powerful new ways of managing and storing both data and logic. Read the rest of this entry »
This section covers some basic terminology of Java application development in the Oracle Database environment. The terms should be familiar to experienced Java programmers.
Read the rest of this entry »
JDBC (Java Database Connectivity) is a standard Java interface for connecting fromJava to relational databases. The JDBC standard was defined by Sun Microsystems,allowing individual providers to implement and extend the standard with their own JDBC drivers.
Read the rest of this entry »
Java Web Services Tutorial
WEB services, in the general meaning of the term, are services offered via the Web. In a typicalWeb services scenario, a business application sends a request to a service at a given URL using the SOAP protocol over HTTP. The service receives the request, processes it, and returns a response.
Read the rest of this entry »
Java Servlet Programming
This chapter provides a quick introduction to some of the things an HTTP servlet can do. For example, an HTTP servlet can generate an HTML page, either when the servlet is accessed explicitly by name, by following a hypertext link, or as the result of a form submission.
Read the rest of this entry »