Lost your password?

Blogs about: Quick Tutorials

Featured Blog

Easy JDBC using Spring3 comments

Nikos wrote 2 months ago: Spring has a well-written module for JDBC. We’ll use it to produce clean code for our applicat … more →

Tags: JDBC, Java, JDBC, mysql, spring

JavaFX Script for Java developers, Part 23 comments

Nikos wrote 9 months ago: Comfortable arrays Arrays in JavaFX are easy-to-use and act more like sequences. Here’s one: v … more →

Tags: JavaFX

JavaFX Script for Java developers, Part 15 comments

Nikos wrote 10 months ago: First touch The main method in JavaFX is called run(). function run(args: String[]) {    … more →

Tags: JavaFX

Custom Tags Tutorial1 comment

Nikos wrote 10 months ago: This tutorial presents practical skills for Custom Tags; the most powerful feature of the JSP techno … more →

Tags: jsp/servlets, Custom Tags, JSP

Install Java in 1 minute

Nikos wrote 10 months ago: Are you a consumer that experiences Java in your mobile, blue-ray disk, car, fridge or computer? Go … more →

JDBC σε 10 λεπτά

Nikos wrote 10 months ago: Ας αποθηκεύσουμε άτομα στην βάση. Για κάθε άτομο μας ενδιαφέρει το όνομα, η ηλικία και ένας μοναδικό … more →

Tags: JDBC, JDBC, mysql

Uses of mysqladmin with a remote server

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 →

Tags: Database, mysql

MySQL commands for a developer

Nikos wrote 10 months ago: This is a reference of some common MySQL commands useful to a developer. Start the server MySQL shou … more →

Tags: Database, mysql

Copy a database to another MySQL instance1 comment

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 →

Tags: Database, mysql

Wicket 10: Form binding with a value object

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 →

Tags: Wicket, Java

Wicket 9: Setup a form

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 →

Tags: Wicket, Java

Wicket: Full guide for JDeveloper 11g3 comments

Nikos wrote 1 year ago: This article presents how a complete Wicket project is built from ground-up in JDeveloper 11g. Go th … more →

Tags: Wicket, Java, JDeveloper

JBoss integration with JDeveloper 11g4 comments

Nikos wrote 1 year ago: Let’s see how easy is to deploy applications to JBoss by using a handy feature of JDeveloper. … more →

Tags: Application Server, JBoss, JDeveloper

Wicket 8: Comfortable instance variables

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 →

Tags: Wicket, Java

Wicket 7: Two elements with the same value1 comment

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 →

Tags: Wicket, Java

Wicket 6: Hit counter

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 →

Tags: Wicket, Java

Wicket 5: Simple page

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 →

Tags: Wicket, Java

Wicket: Full guide for NetBeans 6.53 comments

Nikos wrote 1 year ago: This article presents how a complete wicket project is built from ground-up in NetBeans. Go through … more →

Tags: Wicket, Java, NetBeans

Wicket 4: Make a page in Eclipse

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 →

Tags: Wicket, Eclipse


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS