Home

Submit

Source

Feeds

Home » Java » Miscellaneous ::

Java Miscellaneous
JSR-109 facilitates the building of interoperable Web services in the Java 2 Platform, Enterprise Edition (J2EE) environment. It standardizes the deployment of Web services in a J2EE container. This article discusses the server and client programming models defined by JSR-109 and provides code examples.
Related Tutorials
Java Miscellaneous
Web Services for DB2 Cube Views
Java / Miscellaneous
Web Services for DB2 Cube Views provide access to multidimensional data stored in DB2. These Web services allow a client application to read data from the cubes and perform basic online analysis on multidimensional data and metadata through the Web, using XPath and XML.

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

Java Getting Started
Scaling Web services and applications with JavaGroups
Java / Getting Started
As the J2EE platform has matured, it has opened up the opportunity to deploy commodity servers in networked cluster configurations for scaling of Web services and Web applications at the Web tier. These commodity servers, interconnected through commodity LAN hardware, can provide cost-effective clustering solutions.

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

Java Miscellaneous
Using Google Web Services API in Java
Java / Miscellaneous
Google uses SOAP and WSDL standards to allow access from most programming languages. In addition to the SOAP access, Google has created a set of Java wrapper classes that encapsulates access to the Google Web APIs. This tutorial discusses the Java classes and the functionality of the Google web services.

Site: www.codebeach.com Report - View Tutorial

Java Miscellaneous
Spell Checking with Google Web Services API
Java / Miscellaneous
In our tutorial Using Google Web Services API, we discussed how to use the Java classes to access the Google Web API. In this tutorial, we will create a class that allows you to use the Google Web API for spell checking.

Site: www.codebeach.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

Java Getting Started
Magic with Merlin: Working with preferences
Java / Getting Started
The addition of the java.util.prefs package to Java 1.4 (through JSR 10) lets you manipulate user preference data and configuration data by providing you with access to an implementation-specific registry.

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

Java Application Building
Visual Application Builder
Java / Application Building
The Visual Application Builder is a set of WebSphere Studio plug-ins that allow even non-expert programmers to quickly develop browser-based/J2EE applications and application templates that target various devices. The model-based Rapid Application Development (RAD) environment allows easy building of form-based applications that interface with data from various sources, such as RDB and Web services. It allows the use of one project to generate code for various target platforms and for new technologies that will evolve.

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

Java Miscellaneous
Build your own Java-based supercomputer
Java / Miscellaneous
If you've ever wanted to build your own supercomputer but have been held back by the demands of parallel programming in C, Pseudo Remote Threads is for you. This prize-winning Java programming model greatly simplifies parallel programming on clusters, bringing supercomputing out of the laboratory and into the hands of everyday Java programmers.

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

Java Miscellaneous
Extending Ant to support interactive builds
Java / Miscellaneous
This tutorial will shows you how to extend Ant to produce builds that are interactive at run time; users can follow prompts to change parameters each time they conduct a build without having to deal with unfamiliar build files. You can incorporate this functionality into your builds to provide a smoother and more flexible experience for your end users.

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

Java JSP and Servlets
Tunneling through the corporate network
Java / JSP and Servlets
The corporate firewall is a double-edged sword. It helps prevent unauthorized access to the corporate Web services, but can disable access for legitimate clients. Due to the number of safety measures taken by system administrators, HTTP has become the universal entry mechanism to the corporate network. Where technologies such as CORBA and DCOM have failed because of the firewall, technologies such as SOAP have been developed to provide safe and reliable access through firewall protection. In this article, we will explore an alternative to SOAP, the use of Java objects over HTTP.

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

Java Application Building
Java Web Start
Java / Application Building
Java Web Start, a new technology to assist the development of client-side Java applications, is unique in that it frees you from concerning yourself with how the client is launched, either from a Web browser or from the desktop. Additionally, this technology provides an encompassing deployment scheme that enables a Web server to independently distribute and update client code. Software engineer Steve Kim introduces this enterprising new technology, which is scheduled to be integrated in the final release of Java 1.4, describing its implementation from both the developer and the user perspective.

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

Java Miscellaneous
JAR Class Finder
Java / Miscellaneous
A RAD/Eclipse plug-in utility for finding JAR files containing a given class for the Java build path of a project and for helping to fix NoClassDefFound exceptions.

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

Java JSP and Servlets
Handling Cookies
Java / JSP and Servlets
Cookies are small bits of textual information that a Web server sends to a browser and that the browser returns unchanged when visiting the same Web site or domain later.

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

Java JSP and Servlets
Counting Active Users using JSP
Java / JSP and Servlets
Ever wondered how many users are viewing your website at this moment? well this article seems to answer that. In this article we will build a JSP page and a session listener class which will allow you to determine how many users are viewing your site in real time.

Site: stardeveloper.com Report - View Tutorial

Java JSP and Servlets
Web Application Events
Java / JSP and Servlets
This article focuses on two important web application events in a J2EE application; Application startup and shutdown, Session creation and invalidation.

Site: stardeveloper.com Report - View Tutorial

 
Site Search

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