| |
Java Oracle Database Development Posted By : at 2008-05-08 13:44:38
Java Oracle: Database Development by independent software consultant David J. Gallardo is a straightforward, hands-on guide for intermediate-level Java users seeking to learn the Oracle database technology (covering both Oracle 8i and ...
Blog Source - http://www.ilubook.com/?p=4978
|
Other Posts about Java Oracle Database Development you may like: Introduction to Java Programming: Comprehensive Version (6th Edition) at 2008-06-05 14:02:15
GOAL online courseware — Utilizes the industry’s most advanced online homework application to give students solutions to even-numbered programming exercises, source code for the examples in the book, online self assessment (w/over 1000 ...
Blog Source - http://rmitbook.wordpress.com/2008/02/21/introduction-to-java-programming-compre...
Java programming language at 2008-05-08 13:43:59
Java programming language The Java language is an object-oriented programming language created by James Gosling and other engineers at Sun Microsystems. It was developed in 1991, as part of the Green Project, and officially announced on May 23, 1995, at SunWorld; being released in November. Gosling and friends initially designed Java, which was called Oak at first (in honour of a tree outside Gosling's office), to replace C++ (although the feature set better resembles that of Objective C). More on the history of Java can be found in the article about the Java platform, which includes the language, the Java virtual machine, and the Java API. Sun controls the Java specification and holds a trademark on the Java name. Table of contents showTocToggle("show","hide") 1 Overview 1.1 Object
Blog Source - http://pheeds.com/info/guide/j/ja/java_programming_language.html
Java Servlet at 2008-05-08 13:43:59
Servlets are the Java counterpart to dynamic web content technologies such as CGI or ASP. However, unlike CGI, (but like PHP), it has the ability to maintain state after many server transactions. This is done with a combination of HTTP Cookies and session variables (via URL Rewriting). This programming API defines the expected interactions of a web container and a servlet. A web container is essentially the component of a web server that interacts with the servlets. The web container is responsible for mapping a URL to a particular servlet and ensuring that the URL requester has the correct access rights. A servlet is an object that receives requests and generates a response based on the request. The API defines HTTP subclasses of the generic servlet requests and responses as well
Blog Source - http://pheeds.com/info/guide/j/ja/java_servlet_1.html
How Java test null value from MySQL at 2008-05-08 13:43:00
Hi, ...
Blog Source - http://forum.java.sun.com/thread.jspa?threadID=5294031
Article: Java Vs. Asp.net: an Extended Vision of New Programming Era at 2008-05-08 13:41:32
The visual part of ASP is much appealing, much presentable and clear than java, thus in case of web application ASP programming is getting hype over Java. Both this two languages are safe by security point of view with their own levels, ...
Blog Source - http://www.loreleiweb.com/forum/showthread.php?t=13485 ;  |
|