JEE Series: JavaServer Pages + JavaBeans and no web.xml
In this very first post of the JEE Series we create a simple web app based on JSP and JavaBeans. Bring an IDE of your… Read More »
JEE Series: JavaServer Pages + JavaBeans and no web.xml
In this very first post of the JEE Series we create a simple web app based on JSP and JavaBeans. Bring an IDE of your… Read More »
JEE Series: JavaServer Pages + JavaBeans and no web.xml
I am starting a new series discussing various JEE technologies. Feel free to fork me on GitHub, blog posts are to follow. There is a… Read More »
Starting a New Series about JEE
Travis CI is an awesome free-of-charge continuous integration service. Go and check it, if you haven’t tried it yet. What I appreciate in particular is… Read More »
Travis CI and Multi-Language Projects
I’ve just added Fabric SDKs to my Android project and the initial impression is overly positive. However, during the setup, I ran into a few time consuming issues. Enhanced… Read More »
Step-by-Step: Fabric and Android Studio
I’ve recently come across an interesting puzzle, it went like “Guess the next value of Math.random()”. How could you possibly do it? Well, since the… Read More »
Bytecode Manipulation via Reflection API and Javassist
Here are a few quick examples of how API calls can be chained to answer advanced queries, such as “Which day is the last Friday… Read More »
Fluency of Java 8 Date-Time API