Java
Language syntax's, performance, PHP, Ruby, Java and who's better? Ahhhh!
Language syntax's, performance, PHP, Ruby, Java and who's better? Ahhhh! -
I was reading on The Server Side and came across this post:
http://www.theserverside.com/news/thread.tss?thread_id=43020#221954
which is part of this overall discussion:
Ajax persistent Data Objects - AjaxDo 1.1 released!
Release 1.1 adds a fully functional JAVA server-side implementation to the pre-existing PHP server-side implementation. Now, Ajaxdo, AJAX
persistent Data Objects, enables applications can work in a JSP/JDBC environment and port easily from PHP to JAVA and vise-versa.
Code, examples and documentation can be found here.
Spring-Dashboard 1.0 released under the apache license!
Release 1.0 contains a framework for gathering statistic runtime information on spring web application, a configurable dashboard view with a default AJAX implementation and an example application that demonstrates the Spring-Dashboard basic abilities.
Why is Java-enabled hosting so expensive?
Why is Java-enabled hosting so expensive? -
Hosting a website is a cheap matter these days. One could get a fairly good shared hosting package for around 1.5-6$ per month. These hosting packages offer a wide variety of features including support for PHP, PERL on LINUX or ASP (or ASP.NET) on Windows and MySQL DB. The problem is that prices soar when you want JSP/Servlet support.
Still waiting for true .NET - JAVA interoperability
Still waiting for true interoperability -
One of the big things presented in JavaOne was .NET-Java interoperability. The notion of language interoperability can be understood and implemented in several different ways.
Tip: how to write an XML document with JSP for AJAX applications
AJAX applications usually connect to a server side application and request data in the form of XML. When the server side is written in JSP (Java Server Pages), for example a spring-framework web application with JSP views, writing the XML response is sometimes problematic.
The problem:
When using JSP to format the data in to XML and send it to the AJAX application, the XML is not recognized as XML (empty DOM object) and the AJAX application does not function properly.
Removing the Ant Configuration Selection in eclipse
When I updated to eclipse 3.2 I found a new irritating feature:
The problem:
The first time when selecting the Run As-> Ant build… on any of the ant tasks (targets) you have in your build.xml file, you get a window called “modify attributes and launch.”
After that any time you try to run an ant task (with or without the build…) you get an annoying “Ant Configuration Selection” window that makes the ant running process a click longer.
JComet 0.1 released under the apache license!
Release 0.1 contains a dynamic properties file that can monitor its source configuration file and reload whenever it is modified. It also provides the ability to register listeners that are notified when properties change.

