Skip to content

Category Archives: development

Debugging the Hibernate project with Eclipse

16-May-10

Trying to debug projects made using Apache Maven has not been something achieved with any success. Having been working at the periphery of the Hibernate source and submitting simple patches for the Ingres dialect and some tests I am now in a position to start debugging some of the issues discovered whilst testing. I have [...]

Hibernate 3.5.0-Final released

01-Apr-10

Today, Hibernate 3.5.0 completes its development cycle and is announced as Final.

Eclipsecon 2010 – day4

01-Apr-10

Another session packed day kicked off by a rousing keynote from Robert C. Martin of Object Mentor Inc. entitled “Software Professionalism and the Art of Saying “No”. Robert touted a common sense approach to developing tests and software (and the order is important here). Being in the software industry for so long most/all of his [...]

EclipseCon 2010 – day2

24-Mar-10

This morning saw a keynote presentation from Jeet Kaul (formally of Sun) and Steve Harris of Oracle. With the new developments in the pipeline for Java SE and Java EE it seems that Oracle’s Java is set to be all pervasive in devices ranging from the mobile platform and beyond to desktop and server. Demonstrations [...]

EclipseCon 2010 – day1

23-Mar-10

It has been a busy opening day at EclipseCon 2010. I have been able to attend some lightning talks (~25 minutes) where a synopsis of a later presentation is given. Gives you an idea of the forthcoming content. The first session of the day involved an introductory presentation on the e4rover challenge – translation, control [...]

Useful or useless? Follow on post …

23-Feb-10

Way back in May last year I experimented with some IMA tables that showed data types and operators defined in the DBMS.  Further poking around and a table for a list of the function instances is available, drop ima_dbms_fis; \p\g register table ima_dbms_fis ( server varchar(64) not null not default is ‘SERVER’, id integer4 not [...]

Button clicks do nothing in Ingres Database Workbench, Eclipse and its derivatives

04-Feb-10

On some distributions of Linux when running Eclipse and applications derived from Eclipse the buttons on dialogs whilst accepting clicks do not seem to do anything. After some minutes of frustration and even more minutes searching for an answer on Google I found this https://bugs.eclipse.org/bugs/show_bug.cgi?id=291257 Any way the temporary solution is to set the environment [...]

Every journey begins with a single step

01-Dec-09

Have you ever had to create a development stack on a machine from scratch to develop on or to check out a new technology? You have?  Then you must have suffered some of the same frustrations and annoyances of ensuring that the prerequisites and dependencies of each component are satisfied; ending up with downloading some [...]

Hello, Eclipse calling …

12-Oct-09

A follow on post on setting up the Eclipse Communications Framework (ECF). If like me you have to work and communicate whilst connected to private systems, but from time-to-time need to collaborate with developers who are not privy to those systems then this article http://ecf1.osuosl.org/updateReleasedSiteInstructions.html may help.  It describes how to install a plug-in into [...]

Learning to share

07-Oct-09

Have you ever needed a discussion with a colleague or a mentor whilst you were coding?  Tried to in an instant messenger conversation and found switching between your editor and IM client frustrating? There is an project within Eclipse called the Eclipse Communication Framework (ECF) that transforms the Eclipse IDE into a instant collaboration tool [...]