Two weeks ago I preferred the sleeping wagon of CFR instead of the driver seat of my car so I could travel to Bucharest where the AI-MAS Winter Olympics event took place and where Ropardo was one of the invitees. The reason I’m writing this so late is because just yesterday I came back from my vacation that started right after. Perfect excuse right ?:) Anyway, about the event now.
Read the rest of this entry »
AI-MAS 2010
Mar 9
CeBit 2010 Review
Mar 8
This year after 6 days that I participate at fair I can say that was good compared with 2009. I’ve meet new companies as well already partners and we had productive discussions about Ropardo SRL services and competencies.
Read the rest of this entry »
In many web applications at some point a programmer meets the need to make an archive of a/some document(s) and offer this archive for download.
The main JAVA utilities for executing this archiving task are inside package java.util.zip.
These classes implement an output stream filter for writing files in the ZIP file format. They include support for both compressed and uncompressed entries.
The process of archiving document(s) is to read content as byte array from the original file(s), and then add the content to a java.util.zip.ZipOutputStream
Read the rest of this entry »
Json, Struts and XWiki 2.1.1
Feb 19
If you want to add a feature in XWiki, something that you cannot already find implemented in XWiki code zone, you should go to the core of this platform. Implementing something new, means interacting , adding new elements to XWiki sources. It means configuring the wiki to recognize your new features and then creating a documentation for all of this that will be helpful for future reference and at XWiki update version.
Context:
- JBoss 5.1.0GA
- Oracle9i
Problem:
During a long processing transaction, the ORA-02049 exception was thrown.
Solution:
According with metalink note 789517.1 Read the rest of this entry »
TYPO3 is a free and open source content management system as well as a Model–view–controller (MVC) Web Application Development framework written in PHP. It is released under the GNU General Public License and it can run on Apache or IIS on top of Linux, Microsoft Windows, OS/2 or Mac OS X. Read the rest of this entry »
When it comes to NULL values, PowerBuilder treats them a little different than other languages. Not only that, when null is added, compared to or concatenated with any variable the entire result will become null, but also when given a null parameter most PowerBuilder functions will simply return NULL and perform no action.
Read the rest of this entry »


