Here is a quick Introduction to XML Technologies I came up with while I was preparing for my #Frydix lecture. For starters let’s say that (XML) is a markup language that...
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 ...
The Case Have you ever had the problem that you can not login in http://<host>:7001/console as weblogic user, no matter you did it a hundred times before? T...
Annotation For a long time, I was looking for some tool that can automate some of my actions regarding a web browser. Like opening a browser, going to some address, ...
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 fro...
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 document...
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 d...