Quantcast
Channel: Java – Five
Browsing latest articles
Browse All 16 View Live

Image may be NSFW.
Clik here to view.

Unit testing with Stripes

I’ll describe here how to do unit  testing on ActionBeans when working with Stripes technology. More specifically, I’ll focus on testing approach using MockRoundtrips. Stripes comes with large set of...

View Article



Image may be NSFW.
Clik here to view.

Maven release plugin – 8 tips & tricks

Recently I’ve been working intensively with Maven and it’s release plugin and I wanted to share some things I learned while scripting release process for our project. I wish I could say that...

View Article

Image may be NSFW.
Clik here to view.

The importance of using correct JDK

It’s always a good idea to have your development environment as close as possible to production. When working with Java first thing to consider is JDK version. It’s possible to use a newer version of...

View Article

Image may be NSFW.
Clik here to view.

Using Drag&Drop on tree structure with SmartGwt

It has never been as easy to create a thin client web application as it is with the tools such as GWT and it’s third party library SmartGwt. This is a deadly combination which has out-of-the-box...

View Article

Image may be NSFW.
Clik here to view.

Java Heap Dump

Memory leaks are notoriously hard to debug. Java, with its built in garbage collector, handles most memory leak issues. True memory leak happens when objects are stored in memory but are not accessible...

View Article


Java code inside JSP page

Java Server pages technology allows us to combine HTML (or some other) output and Java code in a single JSP file. Although mixing Java code with HTML output generally isn’t very good development...

View Article

Image may be NSFW.
Clik here to view.

Logging with Spring AOP

Aspect Oriented Programming allows you to “define cross-cutting concerns that can be applied across separate, very different, object models”. AOP complements Object Oriented Programming by increasing...

View Article

Image may be NSFW.
Clik here to view.

Working with Maven

When working with large projects with a lot of modules one can easily lose track of all the external dependencies. There could be overlapping between transitive dependencies that required libraries...

View Article


International NodeSchool Day 2016 @ Five

Over 24 hours, the NodeSchool community came together and hosted events in 27 cities around the globe. Five was the host and sponsor of the International NodeSchool day held at our Zagreb...

View Article

Browsing latest articles
Browse All 16 View Live




Latest Images