Invoke a Java Servlet with Javascript

Aug20
  • Share/Bookmark

Difficulty: ★★★☆☆
It is possible to invoke a Java Servlet from your Javascript.
Just implement this code. Please see the comments in the function.

var requ[......]

Read more...


Spring 2.5 Core Training

May15
  • Share/Bookmark

Difficulty: ★★★★☆

Just back from a interesting training week at SpringSource in Amsterdam, where I participated the Core Spring 2.5 training. The course co[......]

Read more...


J-Spring 2009 java conference

Apr15
  • Share/Bookmark

Difficulty: ★☆☆☆☆

I think, the Dutch Java User Group (NLJUG) is one of the best (Java) usergroups. Twice a year they organise a Java conference event; J-Fa[......]

Read more...


Working with Hippo (a Java CMS)

Apr13
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Getting started
We will run Hippo CMS via the Jetty Application Container,
which is included in the Quickstart
Hippo CMS download packag[......]

Read more...


Setup a Java environment

Apr13
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Java JDK Installation
1. Download a JDK: Java JDK6.
2. Run the installer.

Environment variables
1. Make a new environment variable called[......]

Read more...


Updating EAR file

Nov24
  • Share/Bookmark

Difficulty: ★★☆☆☆

Let’s say you have deployed your package and then suddenly you realize that your code need some changes. Now you can save some work[......]

Read more...


Debugging Eclipse / RAD

Nov20
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Okay, maybe this blog item is not worth for 1 rating star and maybe this trick is so well known that it’s only me who gets really h[......]

Read more...


Maven commands

Nov19
  • Share/Bookmark

Difficulty: ★☆☆☆☆

When my environment works I always suggest stop touching it. Cause building your project files and using maven can be really a pain in th[......]

Read more...


Setting up Java environment (Windows)

Nov1
  • Share/Bookmark

Difficulty: ★☆☆☆☆

1. Download the JDK from Sun.com:
http://java.sun.com/javase/downloads/index.jsp and install it to your Program Files. So your path will [......]

Read more...