Grails: Lessons Learned
Grails: Lessons Learned
0 commentsSave Tags: groovy, how-to, java, open source
Grails: This Time With Tools
Here's how to get started with Grails in NetBeans IDE 6.5.
0 commentsSave Tags: frameworks, groovy, tools
VisualVM, Java's own monitoring, profiling and performance analysis tool
VisualVM is better than Expensive commercial profiling and monitoring tools
2 commentsSave Tags: java, open source, reviews
Top 10 Java Performance Troubleshooting Tools
Here are 10 tools useful for Java application performance troubleshooting!
1 commentsSave Tags: java, tools
Reporting with JasperServer made easy: new BitNami installer
Jaspersoft Corporation recently announced the availability of version 3.0 of their open source Java business intelligence application Jasperserver,... more »
0 commentsSave Tags: announcement, java, web services
Java Sorting: Comparator vs Comparable Tutorial
Comparator and Comparable can be used in comparing objects in Java. This tutorial discusses the use of java.lang.Comparator and java.lang.Comparable... more »
0 commentsSave Tags: how-to, java, methodology
JDK 6 Update 7: Java VisualVM Included
JDK 6 Update 7 has been released, which includes a new visual troubleshooting tool called Java Visual VM.
0 commentsSave Tags: java
Groovy Metaprogramming – Creating Behavior on the Fly
In my previous post I talked about dynamically adding behavior to Groovy classes using either the ExpandoMetaClass or Categories. These techniques are... more »
0 commentsSave Tags: groovy
Power User's Guide to Firefox 3
Let's dive in past Firefox 3's most talked-about feature-set into its lesser-known power uses, tricks, and customizations.
0 commentsSave Tags: how-to, reviews, usability
Recovering Innodb table Corruption
Assume you're running MySQL with Innodb tables and you've got crappy hardware, driver bug, kernel bug, unlucky power failure or some rare MySQL bug... more »
0 commentsSave Tags: database
Performance improvements in J2SE 6
One of the principal design centers of J2SE 6(Mustang) was to yield improved performance and scalability. This has been brought about mostly by the... more »
0 commentsSave Tags: java
Java Multithreaded Servers - Thread Pooled Server
This is text no. 4 in a series on multithreaded servers in Java. This text describes a thread pooled server design. Earlier designs shown in this... more »
3 commentsSave Tags: how-to, java, server
The Open Road: java.nio.file
Java is a cross-platform language and environment. However, the Java VM itself needs to communicate with the native processor, operating system, and... more »
0 commentsSave Tags: java
Tomcat Today, GlassFish Tomorrow?
While there are indeed several advantages to using GlassFish vs. Tomcat, it's probably useful to know that Sun is the original creator of Tomcat and... more »
0 commentsSave Tags: java, server
Seam + Groovy + Maven : Nice Simple Hibernate POJOs
Being a long weekend, I had a couple hours yesterday to mess around with my Maven build in the hopes of integrating Groovy and ridding myself of a lot... more »
0 commentsSave Tags: frameworks, groovy, tools
Apache POI 3.1-FINAL
Apache POI is well-known in the Java field as a library for reading and writing OLE2 office file formats, such as Excel, PowerPoint, Visio and Word.... more »
0 commentsSave Tags: frameworks, java, open source
Going wild with generics, Part 2
Wildcards can be very confusing when it comes to generics in the Java™ language, and one of the most common mistakes is to fail to use one of the two... more »
3 commentsSave Tags: how-to, java
InfoQ: Consumer JRE: Applets Meet Java Web Start
Overview of what Java 6 Update 10 means to applets, amongst others javafx
0 commentsSave Tags: java
JPedal PDF Library: Flex Support Added
JPedal PDFviewer version 3.60 is now out as part of continual developments and improvements to the leading Java PDF viewing and extraction library.
0 commentsSave Tags: java, tools
Login Form Showcase: 65+ Examples of Login Form Design | Smiley Cat Web Design
After putting together a registration form design showcase, the logical next step was to do the same for login forms. 65+ examples later, it's been... more »
0 commentsSave Tags: web design
Famous Quotes From Bill Gates
“Success is a lousy teacher. It seduces smart people into thinking they can’t lose.”
0 commentsSave Tags: microsoft
New DB Features coming in NetBeans 6.5
Some cool stuff coming down the pike for NetBeans 6.5 database tooling.
0 commentsSave Tags: database, tools
Syntax coloring for the Swing editor pane
Ayman Al-Sairafi has a very useful project called JSyntaxPane which provides syntax highlighting capabilities for the JEditorPane Swing component,... more »
0 commentsSave Tags: gui, java
Java Tool Tutorials- JVM Statistics Monitoring Tool
This Tutorial provides tutorial notes on JVM statistics monitoring tools. Topics include listing JVM processes with 'jps', the JVM remote monitoring... more »
0 commentsSave Tags: java, tools
via