Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

August 04 2011

11:51

Java VisualVM

"VisualVM is a visual tool integrating several commandline JDK tools and lightweight profiling capabilities. Designed for both production and development time use, it further enhances the capability of monitoring and performance analysis for the Java SE platform. [...]"

July 28 2011

18:35

JSF 2.0 Views: Hello Facelets, Goodbye JSP - Developer.com

"JavaServer Faces (JSF) is a Java component UI framework for building dynamic pages for a web application. JSF technology provides an API for creating, managing, and handling UI components and a tag library for using components within a web page. [...]"

April 09 2011

17:45

im4java

im4java is a pure-java interface to the ImageMagick commandline. 

February 21 2011

12:50

PrimeFaces

"Next Generation Component Suite"
Tags: faces java jsf web
12:50

PrimeFaces

"Next Generation Component Suite"
Tags: faces java jsf web

February 14 2011

13:45

Explaining java.lang.OutOfMemoryError: PermGen space | Fresh Blurbs

"Most probably, a lot of Java developers have seen OutOfMemory error one time or other. [...]"

February 11 2011

12:00

How To Create A Standalone Connection Pool In Java?

How To Create A Standalone Connection Pool In Java?

November 02 2010

09:43

ProGuard

ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names. [...]
09:42

JD | Java Decompiler

The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions.

October 28 2010

12:52

Java Practices -> Generating unique IDs

Unique identifiers which are "published" in some way may need special treatment, since the identifier may need to be difficult to guess or forge. A typical example is the value of a cookie used as a session identifier - simply using a series of consecutive integers is generally unacceptable, since one user could easily impersonate another by altering the value of the cookie to some nearby integer.

October 26 2010

12:54

Monitoring and Managing Java SE 6 Platform Applications

This article is a short course in monitoring and managing Java SE 6 applications.

June 07 2010

12:55

Java Practices -> Implementing equals

"All objects have both identity (the object's location in memory) and state (the object's data). The == operator always compares identity. The default implementation of equals compares identity as well. [...]"
12:55

Java Practices -> Implementing equals

"All objects have both identity (the object's location in memory) and state (the object's data). The == operator always compares identity. The default implementation of equals compares identity as well. [...]"

May 26 2010

10:57

HL7 Browser - nule.org

"The HL7Browser is a free (libre) open-source application released under the GNU Public License. It runs on any platform that can do Java 1.4. It has been tested on Linux, Mac OS X, Solaris and even Windows. It’s quite usable already and the goal is to make it better than commercial quality.[...]"
10:57

HL7 Browser - nule.org

"The HL7Browser is a free (libre) open-source application released under the GNU Public License. It runs on any platform that can do Java 1.4. It has been tested on Linux, Mac OS X, Solaris and even Windows. It’s quite usable already and the goal is to make it better than commercial quality.[...]"

March 18 2010

12:38

Whats this? IOException: Write end dead

I like Java very much. Nevertheless, there are things I cannot stand in Java. Sure, and one of them are undocumented exceptions from the Java API, that nobody can explain. [...]
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.