Code Impossible
something about software (development)
Pages
(Move to ...)
▼
Saturday, September 26, 2009
JBoss Drools Content Repository
›
JBoss Drools project features a BRMS called Guvnor . Drools Guvnor features a rich web based GUI, including editors and other stuff. Someti...
6 comments:
Wednesday, August 12, 2009
Apache Camel: Route Synchronization
›
I had a case to implement with Apache Camel , where the application reads XML files produced by an external system, imports the data into Or...
1 comment:
Apache Camel: The File Componenet
›
A very common task for so-called batch processes, is to read some files in some directory, so some processing for these files (whereas it mi...
2 comments:
Monday, July 20, 2009
Your Take on Oracle JDBC Drivers
›
It is good to see that Oracle knows that something is wrong with its JDBC stuff. The Oracle JDBC development team would like to hear your ex...
Saturday, July 11, 2009
Installing Erlybird Netbeans Plug-In
›
Nivir asked me how to install erlybird plug-in for Netbeans . So here's the guide. Have your favorite Netbeans distro installed. Downlo...
4 comments:
Nice features in Erlang: hot code swap
›
I'm still reading a book on Erlang , and just got a part of the 16th chapter over, so I though I'll put some of the nice features is...
2 comments:
Monday, June 29, 2009
WTF: BigDecimal.stripTrailingZeros().toPlainString()
›
(new BigDecimal("1.00")).stripTrailingZeros().toPlainString(); // "1" (new BigDecimal("0.00")).stripTrailingZe...
2 comments:
Thursday, May 14, 2009
ActiveMQ, Ruby, STOMP Transport
›
ActiveMQ is a popular Enterprise Messaging and Integration Patterns provider. ActiveMQ is designed to communicate over a number of protocol...
1 comment:
Friday, May 8, 2009
Oracle 10g JDBC and Java 5
›
In addition to the previous bug with Oracle 10g JDBC driver v10.1.0.4 and Java 5, when instead of a very small number a very large number g...
Saturday, May 2, 2009
Erlybird: the Erlang plug-in for Netbeans
›
Erlybird looks very fine while working in Netbeans. Unfortunately Erlide (the Erlang plug-in for eclipse) wasn't that smooth. The stra...
2 comments:
‹
›
Home
View web version