Java Link

See which of your colleagues or former colleagues are already on Java Link: Check out the Contact Finder

Web Services

0
Vote  Vote
The next generation of distributed computing has arrived. A Web service is a unit of managed code that can be remotely invoked using HTTP, that is, it can be activated using HTTP requests. Historically speaking, remote access to binary units required platform-specific and sometimes language-specific protocols. For example, DCOM clients access remote COM types using tightly coupled RPC calls. CORBA requires the use of tightly coupled protocol referred to as Internet Inter-ORB Protocol (IIOP), ...

Breaking News

0
Vote Vote

Web Services APIs for J2ME

Introduction The Web Services APIs (WSA) for Java 2 Platform, Micro Edition (J2ME), as defined by the Java Community Process Java Specification Request (JSR) 172 (see Resources), defines two independent optional packages for remote service invocation and XML parsing. These Java APIs are targeted at both the Connected Device Configuration (CDC) and the Connected Limited Device Configuration (CLDC 1.0 and CLDC 1.1)-based profiles. Because JSR 172 provides support for remote service invocation (se...
Published about 06-10-2009 | Rated 0
0
Vote Vote

Use NetBeans IDE 6.7 to Combine JAR Files Into a Single JAR File

The Java Warehouse is the repository for Java and JavaFX applications submitted by developers for distribution through the Java Store to hundreds of millions of desktops worldwide. The Java Warehouse Developer Center Release Notes make clear that there is currently no way to upload applications composed of several Java Archive (JAR) files into the Java Warehouse. However, there is a workaround: Just concatenate each of the user and library classes into a single JAR file. This is very easy to do ...
Published about 01-09-2009 | Rated 0
0
Vote Vote

Working with temporary files in JUnit 4.7

Another handy feature in JUnit 4.7 is the TemporaryFolder @Rule. Using this rule, JUnit will create a temporary folder before your test, and delete it afterwards, whether the test passes or fails. This comes in very handy for tests involving file manipulation of any sort. Of course you can write this code yourself (and most of us have!), but any infrastructure coding in tests is tiresome at best, and at worst will discourage developers (present company excluded, of course ;-)) from doing the ...
Published about 01-10-2009 | Rated 0
+1
Vote Vote

Java ordered collections: trees and skip lists

The Java collections framework includes classes you use to maintain collections of other objects. These collection classes implement interfaces that support different organizations of the objects they contain. For example, classes that implement the List interface keep objects in the order that they are added to the collection and can take a long time to search (proportionate to the number of objects in the collection). Classes that implement the Map interface keep objects in no particular order...
Published about 21-01-2009 | Rated +1

Most Popular News

Most Recent User Submitted News

News Photostream

Search News

What's the News?

Post a link to something interesting from another site, or submit your own original writing for the Java community to read.

News: Top Contributors

Balamurali
Andhra Pradesh,Hyderabad
160
articles
ATUL
Maharashtra,Mumbai
57
articles
Sonal
Karnataka,Bangalore
23
articles
16
articles