Archive | Tools & IDEs RSS feed for this section

NetBeans IDE 7.0 Final available for download!

June 11, 2011

0 Comments

NetBeans IDE 7.0 NetBeans™ IDE 7.0 introduces language support for coding to the proposed Java SE 7 specification with the JDK 7 developer preview. Developers can now take advantage of the new language features from Project Coin /JSR 334, with editor support for code completion, hints, and in specific cases converting existing Java SE 6 [...]

email

Error starting modern compiler in Ant and Eclipse

April 15, 2011

0 Comments

Eclipse and ANT Build Tool Error You would have come across this compiler error (error starting modern compiler) in many times during the developement. This error occirs when the actual Java runtime loaded by the environment and another tool is pointing to the differenet Java run time. This tips explains with example if this error [...]

BlazeDS Messaging Services using Flex 4.0

April 7, 2011

0 Comments

What is BlazeDS Message Service? The BlazeDS Message Service enabled with publish/subscribe mechanism and infrastructure to allow Flex application to publish and subscribe messages to a collection of messaging destinations with providing the building of real time data push and applications with collaboration. The following steps creates a simple Cricket score card application that helps [...]

Working with BlazeDS Remote Data Services using Flex 4.0

April 7, 2011

0 Comments

Working with BlazeDS Remote Data Services using Flex 4.0 What is BlazeDS? BlazeDS is a collection of data services that help and simplify building of data driven RIA. They also improve the performance of remote data access operations. BlazeDS supports and enables real time data push and asynchronous collaborative applications. BlazeDS service is deployed on [...]

Charting with Flex 4.0

April 1, 2011

0 Comments

Flex 4 Charting Charting is a mechanism of depicting data using graphical elements known as charts. Flex charts are persuasive with using static charts and as well animated. Flex enables to create interactive and attractive dashboards also. This article describes how to create charts, the customization, use multiple axes, and support user interaction using Flex. [...]

Animations and User Interface in CSS 3.0

April 1, 2011

0 Comments

Introduciton Animations allow an author to modify CSS property values over time.Using CSS3 we can create animations. We need to use @keyframes rule in CSS3.Keyframes are specified using a specialized CSS at-rule. CSS3 gives some great new features relating to resizing elements, cursors, outlining, box layout and more.In CSS3, outline has been expanded to include [...]

Flex 4 Components Exposed

March 25, 2011

0 Comments

This article is based on Flex4 in Action, published on 10-November-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 print book purchases include an ebook free of charge. When mobile formats become available all customers will [...]

Portlets are easy

March 24, 2011

2 Comments

This article is based on Liferay in Action, to be published 24-March-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 print book purchases include an ebook free of charge. When mobile formats become available all customers [...]

Deploying ActiveMQ for large numbers of concurrent applications

March 23, 2011

0 Comments

This article is based on ActiveMQ in Action, to be published 24-March-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 print book purchases include an ebook free of charge. When mobile formats become available all customers [...]

New Features in CSS 3.0

March 21, 2011

0 Comments

Introduction To CSS 3.0 CSS 3.0 is the latest version of CSS. It is completely backwards compatible and all the browsers will always support CSS 2.0. Some latest browsers have implemented the properties of CSS 3.0. Text Effects in CSS 3.0 Text Shadowing: Using this property we can apply shadow to text. Syntax: text-shadow : [...]