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
XML Event in JDK6
Java SE 6, added the new class XMLEvent in the package javax. xml. stream.events. This is the base event interface for handling markup events. Not... more »
0 commentsSave Tags: java, xml
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
Update for Java vs C benchmark
This update compares the performance for some numerical benchmarks for Sun's JVM, IBM's JVM, Excelsior JET 6.4 and 6.0, Apache Harmony M6, LLVM 2.3... more »
0 commentsSave Tags: c-and-cpp, java, research
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
Java theory and practice: 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 »
0 commentsSave Tags: how-to, java
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
101 Essential Freelancing Resources
Well it’s actually 126 resources now, thanks to all the people who added resources in the comments. Update: This article has been translated into... more »
0 commentsSave Tags: reviews, usability
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
30+ Must-Have Updated Firefox 3 Extensions
We’ve put together a list of 30+ must-have Firefox 3 extensions that we know you’ll enjoy, whether you’ve upgraded to Firefox 3 and are looking for... more »
3 commentsSave Tags: reviews, tools
Event-Based Architectures
Software systems seem to be ruled by a fundamental law: As they get larger, their complexity increases exponentially. The reason for this is actually... more »
0 commentsSave Tags: frameworks, opinion, trends
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
The busy Java developer's guide to Scala: Collection types
Objects have their place in Scala, but so do functional types such as tuples, arrays, and lists. In this installment of Ted Neward's popular series,... more »
0 commentsSave Tags: how-to, java, other languages
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
On the evolution of the Java plugin
The Java Applet was the first of the RIA platforms, long before Flash became the king of RIA, long before Silverlight was a sparkle in anybody's eye,... more »
0 commentsSave Tags: frameworks, gui, java, ria
HTTP/1.1 (DELETE, GET, HEAD, PUT, POST)
An activity diagram to describe the resolution of HTTP response status codes, given various headers.
1 commentsSave Tags: server, standards, web services
Top Ten Performance Problems and Solutions
Whether you're the developer or the user of a Java application you would like to see running faster, here are the top ten tips to use.
3 commentsSave Tags: how-to, java
Taking JavaFX Head-on: Java SwingBuilder 0.1.RC1
Java SwingBuilder is an attempt to bring dynamic language-type productivity to Java Swing UI development by defining the layout/event wiring/binding... more »
0 commentsSave Tags: frameworks, gui, java
Top 10 Reasons to Switch From Java to C#? HA!
A refute of an article on csharpcorner by Dream.In.Code blogger Martyr2
3 commentsSave Tags: .net, java, opinion
Understanding Netbeans 6.1 Tomcat 6.0 configuration of Catalina Base - GOTCHA
This short tutorial explains how NetBean IDE 6.1 deals with configuration of applications in Tomcat 6.0 Windows. NerBeans copies conf/server.xml under... more »
0 commentsSave Tags: how-to, java, server, tools
via