- to SunRay solaris howto by ubt.rohlfs on Dec 1, 2008, 2:58 PM
- to solaris zfs sysadmin by ubt.rohlfs on Nov 27, 2008, 1:51 PM
Jersey 1.0 is an open-source, production-ready reference implementation of JAX-RS, the Java API for RESTful Web Services (JSR-311). Jersey makes it easy to...Jersey 1.0 is an open-source, production-ready reference implementation of JAX-RS, the Java API for RESTful Web Services (JSR-311). Jersey makes it easy to create RESTful web services in Java.
In an earlier Tech Tip, Implementing RESTful Web Services in Java, Paul Sandoz and I introduced RESTful Web Services, JAX-RS, and Jersey, and showed how to write RESTful web services in Java that conform to the JAX-RS specification. In this tip you will learn how to configure data in JSON (JavaScript Object Notation) using Jersey 1.0. JSON is a lightweight data-interchange format that is based on the object notation of the JavaScript language. Because of it's simple text format, JSON provides a good alternative to other data interchange formats such as XML and is particularly attractive as a data interchange format for RESTful web services.
In this tip you will build a Jersey-based web application that provides information about printer status. The application returns the information in JSON format. To build the application, you will use the Maven 2 software project management tool. For more information about Maven, see Welcome to Maven and Building Web Applications with Maven 2.
to webservices software development article json xml java tips jaxb howto sun by gresch on Nov 18, 2008, 3:58 PM- to virtualisierung solaris sysadmin by ubt.rohlfs on Nov 4, 2008, 9:35 AM
- to Model Sun Star by ad4 on Oct 24, 2008, 7:08 PM
Jersey is the open source (under dual CDDL+GPL license), production quality, JAX-RS (JSR 311) Reference Implementation for building RESTful Web services. B...Jersey is the open source (under dual CDDL+GPL license), production quality, JAX-RS (JSR 311) Reference Implementation for building RESTful Web services. But, it is also more than the Reference Implementation. Jersey provides an API so that developers may extend Jersey to suite their needs. The governance policy is the same as the GlassFish project.
to webservices jsr311 software jax-rs restful java rest develop jsr framework sun by gresch and 2 other people on Oct 18, 2008, 10:16 PM- to nss programmierung solaris by ubt.rohlfs on Oct 16, 2008, 5:27 PM
- to SUN by torstenschuenemann on Oct 1, 2008, 12:39 PM
- to solaris by ubt.rohlfs on Sep 30, 2008, 5:06 PM
- to OpenSource SUN by torstenschuenemann on Sep 29, 2008, 11:08 AM
In deutlichen Worten hat Jim Zemlin, Geschäftsführer der Linux Foundation, gegenüber InfoWorld seine Meinung zu Suns Betriebssystem Solaris geäußert. "Linu...In deutlichen Worten hat Jim Zemlin, Geschäftsführer der Linux Foundation, gegenüber InfoWorld seine Meinung zu Suns Betriebssystem Solaris geäußert. "Linux und Microsoft Windows sind die Zukunft, nicht Unix oder Solaris", erklärte Zemlin. Es gebe kaum neue Solaris-Installationen, immer mehr Solaris-Anwender würden aus Kostengründen zu Linux migrieren, OEM-Hersteller wendeten sich von Solaris ab, und Sun sei in finanziellen Schwierigkeiten.
to Linux SUN by torstenschuenemann on Sep 26, 2008, 12:58 PM- to solaris freeware sysadmin by ubt.rohlfs on Sep 25, 2008, 4:06 PM
- to SUN by torstenschuenemann on Sep 25, 2008, 12:14 PM
- to SUN by torstenschuenemann on Sep 25, 2008, 12:12 PM
Improve Application Performance With SwingWorker in Java SE 6
Article from 2007
to ui information software gui article hints java tips develop swing sun by gresch on Sep 23, 2008, 1:48 PMThis document is a guide to help troubleshoot problems that might arise with applications that are developed using the Sun Microsystems Inc. release of Jav...This document is a guide to help troubleshoot problems that might arise with applications that are developed using the Sun Microsystems Inc. release of Java Platform, Standard Edition 6 (JDK 6 release or Java SE 6 release). In particular, this guide addresses possible problems between the applications and the Java HotSpot virtual machine. The document provides a description of the tools, command line options, and other help in analyzing a problem. The document also provides guidance on how to approach some general issues such as a crash, hang, or memory resource issues. Finally, the document provides direction for data collection and bug report preparation.
to information software help support article troubleshoot problem java develop java_se sun by gresch on Sep 16, 2008, 6:40 PM- to SUN by torstenschuenemann on Sep 11, 2008, 2:04 PM
- to systeme virtualisierung sun by ubt.rohlfs on Sep 11, 2008, 9:43 AM
I have been working furiously this summer, patching the OpenJDK HotSpot JVM for the JSR 292 implementation of dynamic invocation.
In the wee hours of th...I have been working furiously this summer, patching the OpenJDK HotSpot JVM for the JSR 292 implementation of dynamic invocation.
In the wee hours of this morning, the JVM has for the first time processed a full bootstrap cycle for invokedynamic instructions, linking the constant pool entries, creating the reified call site object, finding and calling the per-class bootstrap method, linking the reified call site to a method handle, and then calling the linked call site 999 more times through the method handle, at full speed. The method names mentioned by the caller and the callee were different, though the signatures were the same. The linkage was done by random, hand-written Java code inside the bootstrap methdod.
to software java develop jsr sun invokedynamic specs by gresch on Sep 10, 2008, 10:05 PM- to vm java c# .net swt sun j# eclipse by cschneid and 2 other people on Sep 4, 2008, 2:49 PM