Hier erfahren Sie, wie man J2ME MIDP-Anwendungen erstellt und testet, und wie das J2ME Wireless Toolkit, ein kostenloses Tool von Sun, dabei hilfreich sein kann.
OK, mein allererster Blogpost. Ehrlich gesagt, mache ich das auch für mich selbst (Gedankenstütze), zudem möchte ich anderen hiermit ein wenig helfen, wie Einträge anderen mir stets helfen. Es geht hier im die "Installation" einer aktuellen JAVA JDK als portable Version (z.B. für USB Stick oder die Synchronisation zwischen verschiedenen Rechnern) auf Windows 7 (sollte…
Handheld devices have their own user interface requirements in terms of space and memory. This article explains the intricacies with some good examples.
@Produces("image/*")
public Response getImage(@PathParam("image") String image) {
File f = new File(image);
if (!f.exists()) {
throw new WebApplicationException(404);
}
String mt = new MimetypesFileTypeMap().getContentType(f);
return Response.ok(f, mt).build();
}
The Gephi Toolkit project package essential modules (Graph, Layout, Filters, IO...) in a standard Java library, which any Java project can use for getting
The Crawljax team is pleased to announce the crawljax-2.0 release. This release supports multi-browser crawling and includes many improvements. Crawljax is
The Visualization ToolKit (VTK) is an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world.