18 October 2009 | Uncategorized | PeterDP
Wicket is a component-based Web application framework that lets you build maintainable enterprise-grade web applications using the power of POJOs, HTML, Ajax, Spring, Hibernate and Maven. The presentation, attached to this post, introduces some core concepts of the framework.
Pearlchain Late Night action Wicket 2009-10-15
No Comments
16 October 2009 | Uncategorized | RobbieC
Here you can find a presentation on our use of Apache Camel as mediation/routing engine for our ESB implementation in the Pearlchain suite.
Pearlchain Late Night action Camel 2009-10-15
No Comments
15 October 2009 | Spring | StevenV
On the spring documentation website (http://static.springsource.org/spring/docs/2.5.6/reference/transaction.html) you’ll find this nice drawing of a spring transaction proxy :
However when this target method calls another target method in the same class with a different transaction setup the new transaction setup is ignored. The transaction setup of the first target method will be used for all calls to [...]
No Comments
13 October 2009 | General | RobbyVD
Google announced a few nice new features in Google Docs yesterday:
- shared folders
- multiple file upload
For the official statement you can have a look at the Google Blog: http://googledocs.blogspot.com/2009/10/shared-folders-and-more-in-google-docs.html
No Comments
12 October 2009 | General | JanC
As a follow-up to the previous post, I’ve discovered a plugin for Eclipse, called Rinzo XML Editor.
“Rinzo is an Eclipse xml editor with the goal of make life simpler when dealing with xml files.
It has several features regarding plain xml edition such as:
Autocompletion of tags and attributes, proposing the ones defined in the file’s DTD [...]
No Comments
02 October 2009 | Hibernate | JanM
Using JDBC, Hibernate,… SQL exceptions don’t get more informative, they tend to be even more cryptic.
Errors about foreign keys and primary keys display only the key name, but not the involved tables and columns.
I have created a view to get this information very easy. It displays the table & column and also the [...]
No Comments
02 October 2009 | Uncategorized | Youri De Bondt
Sometimes, when testing a report query for example, I see myself find/replacing parameters all the time to check it with different datasets (and sometimes forgetting to replace a parameter and spending time finding out why my query isn’t working anymore).
I just found out that you can let oracle prompt for parameters !
i.e.:
SELECT * FROM MYTABLE [...]
No Comments
01 October 2009 | General | RobbyVD
At the office, we have dedicated laptop that we use to demonstrate our software to prospects during the pre-sales stage. One of the problems we’ve encountered in the past with these demos is that database engine, app servers, etc require an IP address to be allocated to the machine.
When testing @the office this normally [...]
No Comments