Archive for the ‘Java’ Category

Apache Lucene and Ruby

Robert Dempsey has written a nice article about ‘Using Amazon S3, EC2, SQS, Lucene, and Ruby for Web Spidering‘, which is very interesting because it describes how to interact with Apache Lucene using Ruby.

Red Hat Developer Studio Beta 1

Red Hat Developer Studio is a set of eclipse-based development tools that are pre-configured for JBoss Enterprise Middleware Platforms and Red Hat Enterprise Linux. Developers are not required to use Red Hat Developer Studio to develop on JBoss Enterprise Middleware and/or Red Hat Linux. But, many find these pre-configured tools offer significant time-savings and value, [...]

JBossTools 2.0.0.beta3

Today we are officially announcing the release of JBossTools 2.0.0.beta3, the long-awaited follow up to JBossIDE 2.0.0.beta2 [...] Download @ Sourceforge

hsqldb – 100% Java Database

HSQLDB is the leading SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version for applets), fast database engine which offers both in-memory and disk-based tables [...]

RSS/Atom Parser

This list contains some of the better parsers for RSS and Atom feeds. I’ll try to keep it up-to-date. RSS/Atom Parser for Java: ROME ROME is an set of open source Java tools for parsing, generating and publishing RSS and Atom feeds. The core ROME library depends only on the JDOM XML parser and supports [...]

NetBeans with RoR-Support

Uuh… NetBeans.org is proud to announce the availability of NetBeans IDE 6.0 Preview (Milestone 9). Here are some of the highlights: Ruby/JRuby/Ruby on Rails Support A Smarter and Faster Editor Improved Swing development (Swing Data Binding) Integrated Profiling Integrated Visual Design for Web Applications New, Integrated UI for CLDC/MIDP and CDC development View announcement

GRDDL

Worth a glance: Gleaning Resource Descriptions from Dialects of Languages (GRDDL) Jena GRDDL Reader

First JADE-Development book

Uuuuh, the first book about developing multiagentsystems using the JADE-platform is available: “Developing Multi-Agent Systems with JADE” by Fabio L. Bellifemine, Giovanni Caire and Dominic Greenwood. Ok, not really cheap with approx. 80 EUR, but maybe worth the money. You can order it for example here or here. Will be released in March, i think.

Experiences with Ruby handling Java

Ugo Cei has posted his experiences with Ruby handling Java code in 5 parts some month ago. Nice to read and very informative. Part I Part II Part III Part IV Part V

Ruby-Java Bridges

Call Java-Code from Ruby. For example with RubyJavaBridge or YAJB.