Free Java Ebooks

Download free programming, computer, it, technology books

Jan
08

Java in Adaptive Server Enterprise

Posted by admin

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 »

Jan
08

Java Web Services Tutorial

Posted by admin

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 »

Jan
08

Java Servlet Programming

Posted by admin

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 »

Jan
08

Jakarta-Struts Live

Posted by admin

The book is a step-by-step guide to using Struts with best practices and enough theory to get you using and understanding the technology on your web applications. The focus of the book is to provide examples and stepby-step guides, not a rehash of the online documents.
Read the rest of this entry »

Jan
08

Jakarta-Struts 1.2 Tutorial

Posted by admin

Rather then hard-coding information into Java programs, many Struts values are represented in XML or property files. This loose coupling means that many changes can be made without modifying or recompiling Java code, and that wholesale changes can be made by editing a single file.
Read the rest of this entry »