For those who haven’t heard of it, ADF is a Java EE technology that is based on JSF (Java Server Faces). It upgrades the features of JSF with new components, a separate l...
So what is Arduino and why is it so popular nowadays? Have you heard of Internet of things – where all kind of gadgets get connected so we can make better use of ...
If you don’t have time to read and want a working code template, then the following piece of code is your solution: If you want to understand how it...
Up to part 3. In my series of blog posts I explore how to manipulate PDF files through Java. In Part 1 I described how to create dynamic documents and documents fr...
This is the second part of my series of blog posts in which I explore how to manipulate PDF files through Java. In Part 1 I described how to create dynamic documen...
For the creation of PDF documents, we will use the iText library. It is opensource and can be downloaded here. I will create a series of blog posts in which I will ...
It is a common scenario where you do not design your database very well in the beginning of a project. Therefore you have to do some changes and alter tables. O...
We already discussed how easy it is to expose Business Components CRUD operations. This part is focused on showing how to implement a custom method as...
Each new line of code you write is a potential bug. Moreover, each line of code you add to your existing applications reduces your ROI. On the other ...