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 »
6 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
How to Fix MySQL Database (MyISAM / InnoDB)
So... your shiny MySQL database is no longer running and you want to fix it? You've come to the right place! I've assembled a list of 7 ways to... more »
1 commentsSave Tags: database, how-to, php, server
Deploying a seam-gen project to GlassFish
seam-gen creates projects that deploy to JBoss AS out of the box. However, a Seam application can run on any Java EE application server or servlet... more »
0 commentsSave Tags: frameworks, java, server
Team Foundation Server, very smart (not)
A futile attempt to install TFS
2 commentsSave Tags: microsoft, server
GlassFish: Retain session data during redeployment
Just in time for the upcoming GlassFish v3 Prelude release, Jerome Dochez and I have added a feature that is sure to become very popular with... more »
0 commentsSave Tags: java, server
How to Install Your Own Subversion Version Control Server Using Visual SVN
This article will have 2 sections One will discuss the SVN Server installation and configuration and the second part will be about how to use the SVN... more »
0 commentsSave Tags: .net, how-to, server, tools
Product: Gearman - Open Source Message Queuing System
Gearman is an open source message queuing system that makes it easy to do distributed job processing using multiple languages. With Gearman you: farm... more »
0 commentsSave Tags: frameworks, open source, reviews, server
How to Build a Web Hosting Infrastructure on EC2
In the months prior to leaving Heavy, I led an exciting project to build a hosting platform for our online products on top of Amazon’s Elastic Compute... more »
1 commentsSave Tags: how-to, php, server, web services
Tutorial: OpenID for Dummies
There's a symptom of those being introduced to microformats and OpenID; They tend to go cross-eyed in confusion. If you're new to OpenID, you might... more »
0 commentsSave Tags: how-to, security, server
Hudson, Meet JavaServiceWrapper
Here at Sonatype, we're working on a continuous integration build farm for testing the various open source projects we're involved with, including... more »
0 commentsSave Tags: java, server
Scalability Worst Practices
Brian Zimmer, architect at travel startup Yapta, highlights some worst practices jeopardizing the growth and scalability of a system
2 commentsSave Tags: methodology, server
Cloud Computing Built on Accelerators
Kent Langley was kind enough to create a profile template for Joyent, Kent's new employer. Joyent is an infrastructure and development company that... more »
0 commentsSave Tags: server
Spring Friendly Alternative to Established Java Application Servers
SpringSource has released the SpringSource dm Server, a modular, OSGi-based Java server to run enterprise Java applications and Spring-powered... more »
0 commentsSave Tags: frameworks, java, server
'Dublin' App Server coming to.NET 4.0
Microsoft has announced new application server technology, codenamed “Dublin,” that will surface in Windows Server. The company also announced... more »
0 commentsSave Tags: .net, news, server, windows
Jean Deruelle: Mobicents Sip Servlets 0.6 achieves JSR-289 compliance
Jean Deruelle, Project Lead of Mobicents blogs that Mobicents is the first Open Source SIP Servlets 1.1 server to pass the TCK. JBoss is now the only... more »
0 commentsSave Tags: announcement, server, standards, web 2.0
A Look Inside the JBoss Microcontainer, Part I -- Component Models
The JBoss Microcontainer's features range from reflection abstraction, a virtual file system, a simple state machine to transparent AOP integration, a... more »
0 commentsSave Tags: java, server
SpringSource dm Server 1.0.0 reaches GA
You may have noticed that SpringSource announced the general availability of the SpringSource dm Server™ today. The dm Server is part of the... more »
0 commentsSave Tags: frameworks, java, server
Writing robust bash shell scripts
Many people hack together shell scripts quickly to do simple tasks, but these soon take on a life of their own. Unfortunately shell scripts are full... more »
0 commentsSave Tags: server, tools, unix-linux
JCR is for more than just web content management
There is an aspect in the adoption of JCR that is well-known, but not made explicit very often: While JCR is sometimes perceived as a technology for... more »
0 commentsSave Tags: frameworks, java, opinion, server
Why Flash must adopt Comet
I constantly get people saying “Comet, pftt… Flash already has a socket.” I agree with the basic sentiment; I’d rather have a socket than Comet, but... more »
2 commentsSave Tags: flash-flex, opinion, server
5 Tips to be a Good JDBC Programmer
Have you written Java code for your database connections in JDBC that ends up being thrown away? Would using a new database software easily kill your... more »
6 commentsSave Tags: database, java, server, web services