Having a business unit that focus on outsourcing, one of our main needs is to hire qualified people to meet our clients requirements.
At RUPEAL we want our software business unit to specialize in one area: Java. We’re aiming to have the best team on Java development that we can have on the market.
Now the [...]
Rui Alves on Monday, March 26th, 2007 | Posted in Business | 3 Comments
Fluir is a website about Feng Shui, in portuguese, developed by RUPEAL and Ana Vieira.
After two months of part time development we’ve published the website, and we leave here the link for you to appreciate.
Alexandre Gama asked us to develop a website where he could introduce himself, his work, Feng Shui and what he does. [...]
Rui Alves on Monday, March 26th, 2007 | Posted in Business | No Comments
I honestly love jQuery javascript library, and absolutely am disappointed with JavaServer Faces (JSF).
jQuery is a neat library, that eases the javascript development, by enabling CSS (and other) search capabilities.
For instance if you want to change the background color to red for all items with the class “myClass” you just have to query $(”.myClass”).css(”background”, “red”);.
I’m [...]
Rui Alves on Friday, March 9th, 2007 | Posted in Software Development | 7 Comments
Just bumped into this article about Java on the Linux Desktop.
It seems that the Linux community is discovering that the open source Java platform is the ideal plaftorm for developing desktop applications for Linux. For me it’s an obvious choice considering that the other option is Mono (.NET).
Is Java (finally) becoming the dominant platform for [...]
Rui Alves on Thursday, March 8th, 2007 | Posted in Software Development | No Comments
One of the annoying things about developing for the web, is the whole cycle of writing code, compiling, deploying, running, debug, write code… etc.
So many development tools, help with this, by automatically exploiting the directory where our WAR was deployed and compiling directly to there. All JSP are copied “on write” to the same directory, [...]
Rui Alves on Tuesday, March 6th, 2007 | Posted in Software Development | No Comments