• Java

Java: Passing Array to Oracle Stored Procedure

14 years ago

This tutorial guides us on how to pass Array objects from Java to stored procedures in Oracle and also, how…

  • Database

Oracle Skip Locked

14 years ago

Oracle 11g introduced SKIP LOCKED clause to query the records from the table which are not locked in any other active session…

  • Struts 2

Struts2 + FreeMarker Tempalte (FTL) Integration example

14 years ago

Welcome to Freemarker Tutorial Series. In previous post we created Spring MVC based Hello World Freemarker Template example. We learned few…

  • Featured

Spring MVC + FreeMarker (FTL) Integration example

14 years ago

Welcome to Freemarker Tutorial Series. In previous post we created Servlet based Hello World Freemarker Template example. We learned few APIs…

  • Android

Android: Speech To Text using API

14 years ago

Android has a very cool feature that still many developers dont know. Apps like Any.DO uses speech to text conversion…

  • Java

Eclipse resolve “resource is out of sync with the filesystem” permanently

14 years ago

If you are a regular Eclipse user than you might have got this error many times. The error simply says,…

  • Fun

Google Blockly Maze Solved!!

14 years ago

Yesterday Google published an amazing tool google-blockly which is more or less similar to MIT Scratch. Blockly is a web-based,…

  • FreeMarker Template

FreeMarker Servlet Tutorial with Example

14 years ago

Welcome to Freemarker Tutorial Series. In previous post we created our first Hello World Freemarker Template example. We learned few APIs…

  • FreeMarker Template

FreeMarker (FTL) Hello World Tutorial with Example

14 years ago

In our previous tutorial Introduction to FreeMarker Template, we saw basics and overview of FTL. Also some of its features and…

  • Featured

Introduction to FreeMarker Template (FTL)

14 years ago

FreeMarker is a Java-based template engine focusing on the MVC software architecture. Although it’s mostly used for Servlet-based Web Application…