While using the spring-framework (rocks!) I used the poi framework of jakarta to generate excel sheets. All went well in firefox but when I tried this with Internet Explorer the file was...
When using the java sap connector there are several things to keep in mind. Start by following the instructions in the given link ^. You need a reference in your project to...
Ok so writing BLOB fields in Oracle (with hibernate) could give you a bla bla length > 4000 bytes error. [todo: lookup exact error] First of all I’ll explain why. The BLOB...
Profiling is important, it can show bottlenecks in your application and so help you solve these. An optimized application will run faster so users will be hapier. I mostly use eclipse for...
Well most of them at least, I’ll try to keep this list updated: WTP project : for developping web and enterprise applications, also includes xml validation etc TPTP project : for testing...
Today I was going to install MS Visual Studio again in order to freshen up my .NET knowledge (not that I really like .NET anyway :P). When trying to install I was...