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. [...]"

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. [...]"

March 12 2010

08:55

Rejex: the JavaScript regular expression editor

Ein nettes Tool um schnell mal reguläre Ausdrücke zu überprüfen.
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.