// archives

Java

This tag is associated with 1 posts

ActiveMQ startup problems on Windows

We’ve chosen to use ActiveMQ for our enterprise Java application (together with some other interesting tools like Apache Camel and Ivy) and I started to migrate the old code which have been using Glassfish stack to new environment on my dev machine. When integrating the Apache ActiveMQ everything went smooth including the installation and setting [...]

IntelliJ Idea opensourced

JetBrains decided to release next version of their IDE as an open-source so the version 9 would be available in two different packages. Free Community Edition for J2SE development and commercial Ultimate Edition with J2EE and other technologies support. You can check the edition comparison table here.

New beta of Netbeans available

New beta version of developer IDE with version number 2.7 is available for download on official site – you can check the list of the changes and new functionality on their wiki.

Java 6 SE Update 10 with a new plugin for MSIE and Firefox

Update 10 is now available on SUN servers – and it includes a new kernel technology and updated plugin for web browsers. You can download it from official download site, nice article about the new features is here.

How to deploy application to Tomcat with Ant

Today I got stucked with my ant build for almost one hour but finally I solved the problem with deploying java web application from Eclipse to Tomcat. I haven’t find any good article about deploying applications to Tomcat server so I create my build.xml file from pieces on the internet. So I took somewhere target [...]