Spring has a well-written module for JDBC. We’ll use it to produce clean code for our application in 10 minutes. The model Libraries Design Insert data Select data Delete data Update data Remark… more →
Nikos' Java blogNikos wrote 2 months ago: Spring has a well-written module for JDBC. We’ll use it to produce clean code for our applicat … more →
Nikos wrote 9 months ago: Comfortable arrays Arrays in JavaFX are easy-to-use and act more like sequences. Here’s one: v … more →
Nikos wrote 10 months ago: First touch The main method in JavaFX is called run(). function run(args: String[]) { … more →
Nikos wrote 10 months ago: This tutorial presents practical skills for Custom Tags; the most powerful feature of the JSP techno … more →
Nikos wrote 10 months ago: Are you a consumer that experiences Java in your mobile, blue-ray disk, car, fridge or computer? Go … more →
Nikos wrote 10 months ago: Ας αποθηκεύσουμε άτομα στην βάση. Για κάθε άτομο μας ενδιαφέρει το όνομα, η ηλικία και ένας μοναδικό … more →
Nikos wrote 10 months ago: This is how you can use the mysqladmin tool with a remote MySQL server. Assume MySQL is installed on … more →
Nikos wrote 10 months ago: This is a reference of some common MySQL commands useful to a developer. Start the server MySQL shou … more →
Nikos wrote 1 year ago: We want to copy a whole database along with its tables and data to another MySQL instance. The datab … more →
Nikos wrote 1 year ago: This is part 10 of a series about Wicket. We need to collect user input about persons. This input wi … more →
Nikos wrote 1 year ago: This is part 9 of a series about Wicket. We simply want to pass the value of a text field to another … more →
Nikos wrote 1 year ago: This article presents how a complete Wicket project is built from ground-up in JDeveloper 11g. Go th … more →
Nikos wrote 1 year ago: Let’s see how easy is to deploy applications to JBoss by using a handy feature of JDeveloper. … more →
Nikos wrote 1 year ago: This is part 8 of a series about Wicket. In JSP/Servlets you should not use instance variables; in W … more →
Nikos wrote 1 year ago: This is part 7 of a series about Wicket. Let’s type something in a field, press submit and see … more →
Nikos wrote 1 year ago: This is part 6 of a series about Wicket. Here’s the simplest way to keep track of the hits of … more →
Nikos wrote 1 year ago: This is part 5 of a series about Wicket. Let’s build a simple page. This is Hello.java public … more →
Nikos wrote 1 year ago: This article presents how a complete wicket project is built from ground-up in NetBeans. Go through … more →
Nikos wrote 1 year ago: This is part 4 of a series about Wicket. For setup see part 1. Let’s see how easy is to create … more →