java

Remote Deploy to Websphere – Take 2

First post is here Third post is here I found out that the provided IBM ant tasks are designed to run from within eclipse (apparently as plugins, through a set of clicks).In order to run them as _Headless Tasks_ (IBM: “Headless” means running builds from the command line without using the WebSphere Studio or Rational Application Developer GUI) they...

Remote Deploy to Websphere – Should it be that difficult?

Second Post is here Third post is here In an effort to ease our deployment cycle, I’ve been trying to develop simple ANT scripts to deploy to a remote server running Websphere 6.0. To my joy, I found that IBM was kind enough to provide ANT tasks that take care of the deployment (wsInstall, wsadmin) [Poor me: I thought...

Favourite Class name – what’s yours?

What’s your favourite Class name?Mine is BeanPropertyValueEqualsPredicate – Funny name with a noble function (helped me filter a bean list, knowing the value of one of its properties). {% highlight java %} BeanPropertyValueEqualsPredicate bpvep = new BeanPropertyValueEqualsPredicate(”myProperty”, “someValue”); CollectionUtils.find(beanList, bpvep); {% endhighlight %}

Spring Book Recommendations

I was wondering what book to pick for Spring?There seems to be 4 books on shelves now: Professional Java Development with the Spring Framework from Wrox, by Rod Johnson et al (Read his previous book that started Spring). Spring in Action from Manning, By Craig Walls et al. Spring Live from Sourcebeat, by Matt Raible (I’m a fan of...

Google Summer of Code

Disclaimer: Old news to some.Google Summer of Code is kind of a unique initiative. The project simply provides a stipend to students ($4500) for working on assignments to imporove/enhance opensource projects from a list of OS participating organizations. It’s wonderful to have such initiatives aiming at finding new open source developers and planting open source ideas in young minds.Any...

Gartner OS Quote

An impressive quote from Gartner: “Open source software is a catalyst that will restructure the industry, producing higher-quality software at lower cost…it will revolutionize software markets by moving revenue streams to services and support and away from license fees – Gartner 2005” Source: Simulabs

Appfuse gets more time

Great news off of Matt’s blog.It looks like he’s dedicating more time to Appfuse and Spring Live (not official yet) 🙂 Just hope no changes to Appfuse license. Update: Matt said that Appfuse would stay free.

Clipper .dbf with OpenOffice

After struggling with some old Clipper database files (.dbf) for hours trying to find a suitable client to query the data, I accidentally found that the people at OpenOffice have done a great job including a special SDBC driver (Star Database Connectivity) that connects to those old files (Along with other JDBC, MySQL, ADO Datasources). Although I’m still trying...

HTML Data Extraction

I’ve been looking for a decent tool for HTML Data Mining, (aka web-based data mining, aka screen scraping) with no real success.I wanted to extract data from some 350+ HTML files and upload them into a DB. Sounded like a thing that a sourceforge application would do… BUT, after spending a couple of days around, looks like a solution...

Silly Idea I once had. Or is it?

It seems that the idea I had is more of a silly thought. It’s not the nature of the idea, or how to apply it. It’s because of cultural limitations and its inherited problems. It was simply a solution to provide a repository for info related to any business environment and it’s its effect on a certain business. It...