Archive | Tools & IDEs RSS feed for this section

Creating Simple Web Application Using Apache Maven

February 23, 2013

1 Comment

In the previous post we saw how to create simple Java project using Maven. We will create a simple web application. The goal of this post is to highlight the basic features Maven provides to develop web applications. This post covers the following : Create simple web application using Maven Archetype plugin. Prepare the Tomcat [...]

email

Quartz Job Scheduler – Example Code

February 21, 2013

0 Comments

In this section we are going to develop a simple Quartz Scheduler application with the help of Quartz framework. That will display “Hello World Quartz Scheduler :<date & time>” on the console window after specified time schedule. Before using Scheduler you have to instantiate it. For doing this some users may keep an instance of [...]

Creating Simple Java Project Using Apache Maven

February 20, 2013

1 Comment

Maven is a build and project management tool for java based application development. In previous article(“Apache Maven for Beginners“), we talked about installing and configuring maven on windows operating system. In this article, we shall see how to create a simple Maven project, check the created directories and build the project. If you have any [...]

Apache Maven for Beginners

February 13, 2013

1 Comment

What is Maven? Apache Maven is project management tool which is following the concept of a project object model (POM). Mavan can manage project’s build and documentation from a central place. Maven 1 actually was started as a sub project of Apache Turbine in 2002 (by Sonatype’s Jason van Zyl). It was released in July [...]

HelloWorld with Netbeans 7.2 beta and Scala 2.9

June 5, 2012

5 Comments

Here is the step by step procedure to set up the scala(2.9) environment with Netbeans(7.2) on a Windows Vista system 1. Install Netbeans 7.2 Beta if not already installed from here. 2. Download the Scala installable from here. Install Scala on your system. 3. Set the environment variable SCALA_HOME pointing it to the Scala installation directory. (On Windows [...]

Flex 4.x – Overview

August 22, 2011

1 Comment

Type of technology Flex is a highly productive, free open source framework available for building and maintaining web applications which deploy consistently on major browsers, desktops and operating systems. Look and Feel Drag and Drop The support for drag and drop can be added for all Flex components. Flex includes built-in support for drag-and-drop operation [...]

What’s New in Silverlight 5?

July 31, 2011

0 Comments

This article is based on Silverlight 5 in Action , published on June 2011. It is being reproduced here by permission from Manning Publications. Manning publishes MEAP (Manning Early Access Program,) eBooks and pBooks. MEAPs are sold exclusively through Manning.com. All pBook purchases include free PDF, mobi and epub. When mobile formats become available all [...]

Creating a Custom Pie Chart Component with Degrafa using Flex

July 31, 2011

0 Comments

This article is based on Flex on Java , published on October 2010. It is being reproduced here by permission from Manning Publications. Manning publishes MEAP (Manning Early Access Program,) eBooks and pBooks. MEAPs are sold exclusively through Manning.com. All pBook purchases include free PDF, mobi and epub. When mobile formats become available all customers [...]

How to create EJB project in NetBeans 7.0?

June 13, 2011

1 Comment

NetBeans IDE 7 CookbookWelcome to the NetBeans Cookbook. NetBeans is a Java Integrated Development Environment, IDE, which enables fast application development with the most adopted frameworks, technologies, and servers. Different than other IDEs, NetBeans comes already pre-packaged with a wide range of functionality out of the box, such as support for different frameworks, servers, databases, [...]

HTML5 Multimedia Development Cookbook

June 11, 2011

0 Comments

HTML5 Multimedia Development Cookbook will show you exactly how to use the latest front-end web technologies like a pro. You’ll learn how HTML5 is a quantum leap difference from all previous versions and why it matters. Whether you’re a seasoned pro or a total newbie, this book gives you the roadmap to what’s next. Starting [...]