Home

Submit

Source

Feeds

Home » Java » Miscellaneous ::

Java Miscellaneous
This article presents a framework that lets an application efficiently read data from a source that only supports writing data to an output stream.
Related Tutorials
Java Miscellaneous
How to bat and jar
Java / Miscellaneous
Turning your program into an executable double-click program without the DOS command line.

Site: www.geekpedia.com Report - View Tutorial

Java JSP and Servlets
Servlets trail
Java / JSP and Servlets
The Servlets trail teaches you about servlets, the bodies of code that run inside servers, and extend their functionality.

Site: dione.zcu.cz Report - View Tutorial

Java Miscellaneous
Getting started with the FMA and Jiro
Java / Miscellaneous
This article is the first in a three-part series that looks at how Sun Microsystems's Jiro technology and the Distributed Management Task Force's Web-Based Enterprise Management Initiative (WBEM) can simplify the creation of management applications for heterogeneous environments.

Site: www-128.ibm.com Report - View Tutorial

Java JSP and Servlets
JavaServer Pages (JSP)
Java / JSP and Servlets
JavaServer Pages (JSP) lets you separate the dynamic part of your pages from the static HTML.

Site: www.apl.jhu.edu Report - View Tutorial

Java Miscellaneous
Introduction to WBEM and the CIM
Java / Miscellaneous
This continues his three-part series on building resource management applications with a look at the Web-Based Enterprise Management (WBEM) initiative. WBEM serves to standardize the description and use of managed resources in enterprise networks. This tutorial describes the components that comprise WBEM, and practice using the technology with a simple filesystem example.

Site: www-128.ibm.com Report - View Tutorial

Java Miscellaneous
Java Modeling: A UML workbook, Part 3
Java / Miscellaneous
you into the gray zone between modeling and method, with a look at requirements gathering via use case modeling. In particular, he focuses on the relationship between user interfaces, system interfaces, and use case descriptions. While tempting to do so, it is generally considered bad form to include user interface logic in a use case.

Site: www-128.ibm.com Report - View Tutorial

Java Database Integration
What's new in JDBC 3.0
Java / Database Integration
The Java Database Connectivity (JDBC) API has emerged as a key part of the Java 2 Standard Edition (J2SE) and Java 2 Enterprise Edition (J2EE) platforms. It is the primary standards-based mechanism for the Java language to programmatically access relational databases. Here we summarize the key new features as outlined in Sun Microsystems' recently released Proposed Final Draft 3.0 of the JDBC specification.

Site: www-128.ibm.com Report - View Tutorial

Java JSP and Servlets
JSP Tutorial For Beginners
Java / JSP and Servlets
JSP is part of the Java technology family. JSP technology is a key component in a highly scalable architecture for web-based applications. A JSP is translated into Java servlet before being run, and it processes HTTP requests and generates responses like any servlet. Like ASP or PHP, JSP also has dynamic scripting capability that works with HTML code, separating the web page logic from the static elements.

Site: www.itechcollege.com Report - View Tutorial

Java Miscellaneous
The Jxta command shell
Java / Miscellaneous
Project JXTA is a community-run attempt to build a utility application substrate for peer-to-peer applications. The initial reference implementation of JXTA includes a command-line shell that allows experimentation with the core JXTA platform without programming. In this second installment in a three-part series, Sing Li takes us through a hands-on tour of the JXTA shell. You'll explore its command set and extend its capability by writing your own custom commands using the Java programming language.

Site: www-128.ibm.com Report - View Tutorial

Java Getting Started
Exploiting ThreadLocal to enhance scalability
Java / Getting Started
The ThreadLocal class appeared with little fanfare in version 1.2 of the Java platform. While support for thread-local variables has long been a part of many threading facilities, such as the Posix pthreads facility, the initial design of the Java Threads API lacked this useful feature. Further, the initial implementation was quite inefficient. For these reasons, ThreadLocal gets relatively little attention, but it can be very handy for simplifying the development of thread-safe concurrent programs. In this third installment of Threading lightly, Java software consultant Brian Goetz examines ThreadLocal and offers tips for exploiting its power.

Site: www-128.ibm.com Report - View Tutorial

Java Miscellaneous
Application Tools for Extension Services
Java / Miscellaneous
Application Tools for Extension Services consist of WebSphere Studio-based tools that support the development of Web applications targeted for the Extension Services for WebSphere Everyplace (ESWE) platform. These tools are based on the existing WebSphere Studio J2EE development tools and they are part of an emerging suite of tools for the ESWE platform.

Site: www.alphaworks.ibm.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement