Clojure Web Server in less than 100 lines of code.
This article it is little old but it brought me a lot my attention to the language Clojure. It seems that it have a lot of potential. Clojure is a new... more »
0 commentsSave Tags: java, other languages, server, web 2.0
Build a Search Engine with 10 Open Source Software Projects
How 10 different open source projects can help handle everything from information retrieval to indexing to serving up the search results to the user.
1 commentsSave Tags: ajax, c-and-cpp, open source, server
A Formal Performance Tuning Methodology: Wait-Based Tuning
Performance tuning enterprise Java applications can be an arduous and sometimes unfruitful task because of both the complexity of modern applications... more »
0 commentsSave Tags: java, server, web 2.0, web services
Never return Null Arrays!
Continuing on Jeanne’s theme of nulls, its a pet peeve of mine when I come across code that returns null arrays instead of empty arrays. The purpose... more »
4 commentsSave Tags: frameworks, java, server, standards
Dynamic Service Deployment
I recently created an integration with SunGrid Engine. This was easy to do - requiring only that a listener be written that hears JMX events that are... more »
0 commentsSave Tags: how-to, java, server, trends
Querying in JMX 2.0
While some portions of forthcoming Java SE 7 still appear to be controversial, the JMX 2 portion (JSR-255) of Java SE 7 seems to be solidifying... more »
0 commentsSave Tags: java, server, standards, trends
Glassfish and OpenID
Currently I am working on a solution to authenticate users with an OpenID in a JEE Application running on Glassfish. I need this Integration for a... more »
0 commentsSave Tags: frameworks, java, security, server
4 WordPress Tips for Surviving Slashdot, Digg, Reddit or StumbleUpon
After making it to the front page of Slashdot (by surprise) and our WordPress site melting 2mins later with a server load of 41, we spent the next few... more »
0 commentsSave Tags: database, how-to, server, tools
Alfresco on Glassfish
This walkthrough is for OpenSolaris, it was made on the b98 development build but I'd expect it to work on the release version of 2008.05. It probably... more »
0 commentsSave Tags: frameworks, java, server
Recent Grizzly 2.0 updates
Recently we made several updates in Grizzly 2.0:
0 commentsSave Tags: frameworks, java, news, server
Step-by-step Guide for Getting Ruby Apps to the Cloud
In this blog post, CohesiveFT's Yan Pritzker shows you how to quickly get your Rails app from your local repo, or from GitHub, up to Amazon EC2 in a... more »
0 commentsSave Tags: how-to, ruby, server, web 2.0
RPC Server for Erlang, In Java
We are using Erlang to do some serious things, one of them is indeed part of a banking system. Erlang is a perfect language in concurrent and syntax... more »
0 commentsSave Tags: java, other languages, server
More is Better
Now that we've gotten Rails integration working with GlassFish, you'd think that we'd be done, and we could move on to making AIs to make toast for... more »
0 commentsSave Tags: java, ruby, server
Complex Event Processing with Esper
Automated analysis of real-time data plays an increasingly important role in our society. Real-time or near real-time systems in a variety of domains... more »
0 commentsSave Tags: database, frameworks, java, server
8 things you can do with a proxy
Knowing what a proxy is is good. Knowing what you can do with one is even better.
0 commentsSave Tags: research, server, standards, tools
JBoss MDB 3 tutorial
This is an how-to about MDB 3.0 deployed on JBoss AS
0 commentsSave Tags: eclipse, java, open source, server
Using .htaccess for day to day work
Very nice quickly learn how to use .htaccess
0 commentsSave Tags: other languages, server
My wishlist for GlassFish
I received a response to my post about how to deploy a seam-gen project to GlassFish from the GlassFish Group Project Manager, John Clingan. He asked... more »
0 commentsSave Tags: java, opinion, server
IBM Websphere - officially better than anything, ever
Rich Sharples, JBoss AS product manager, blogs about the new "Application Servers 2008 Rankings" from Evans Data.
0 commentsSave Tags: opinion, server
SpringSource - A Question of Balance: Tuning the Maintenance Policy
At SpringSource, we had a clear vision for our recently announced maintenance policy: balancing the needs of the open source community with those of... more »
6 commentsSave Tags: announcement, server
Terracotta Plugin for Grails
I have created a new Grails Plugin to help in the development of Grails applications clustered using Terracotta. The details of this plugin can also... more »
0 commentsSave Tags: frameworks, groovy, server
A Simple Clustered Task Distribution System
This article will introduce the basic concepts of JGroups and then implement a task distribution system (on top of JGroups), where tasks can be placed... more »
0 commentsSave Tags: java, open source, server
Free Spring.org
If you are here, you are no doubt aware of the new SpringSource maintenance policy. While we respect their decision to value their time and to control... more »
12 commentsSave Tags: announcement, frameworks, java, server
How virtualisation will improve your code
About setting up a good test environment in little time.
0 commentsSave Tags: how-to, php, server, tools
Performance Comparison between NIO Frameworks
Most NIO frameworks can saturate 1 gigabit ethernet at some point. However, some frameworks can saturate the bandwidth with the smaller number of... more »
1 commentsSave Tags: frameworks, java, open source, server
via