May 2012

Download NetBeans IDE 7.2 Beta

Hey friends,

The most awaited NetBeans IDE 7.2 is now available to download.

You can download the NetBeans IDE here.

 

New Features of NetBeans 7.2

Performance

  • Project scanning now on background, not blocking editor features and navigation
  • Improved project scanning speed
  • Improved performance on remote File systems

Java

  • FindBugs support
  • TestNG testing framework support
  • New refactorings and hints
  • Various Maven support enhancements
  • Various Debugger enhancements

Java EE

  • Oracle Public Cloud and Amazon Elastic Beanstalk support
  • Code completion for Java Persistence named queries and JPQL statements
  • More editor hints for EJB and CDI
  • Improved and updated support for JSF component suites

JavaFX

  • Scene Builder interoperability
  • Improved FXML and JavaFX CSS support
  • FX-in-Swing Projects
  • Default configurations for instant Run as WebStart and Run in Browser
  • Project auto-update and improved FX SDK/RT auto-detection

PHP

  • Support for PHP 5.4
  • PHP editing: Fix Uses action, annotations support, editing of Neon and Apache Config files and more
  • Support for Symfony2, Doctrine2 and ApiGen frameworks
  • FTP remote synchronization
  • Support for running PHP projects on Hudson

Groovy and Grails

  • Dramatic improvement of scanning, code completion and Go to Type action speed
  • Updated to Groovy version 1.8.6
  • Enhancements of code completion and editor hints

C/C++

  • Support new C++11 standard
  • Pretty printing, watchpoints and catchpoints support for gdb
  • Partial and Incremental Find Usages
  • Improved parsing performance and reduced memory consumption

NetBeans Platform

  • Positioning of tabs in window system can be configured
  • Support for custom implementations of tab control
  • New @NavigatorPanel.Registration for registering navigator panels declaratively
  • New @Arg annotation for registering command line options declaratively
  • New @NbBundle.Messages available on fields

Miscelleanous

  • Subversion 1.7 built-in support
  • Improved Find in Projects functionality
  • New default locations for userdir and cachedir
  • 64-bit launcher for Windows

Resource : NetBeans.org

Reviewing 1Z0-851: OCP Java SE 6 Programmer Preparation Kit from uCertify

I received the offer from uCertify.com to review the 1Z0-851: OCP Java SE 6 Programmer Preparation Kit. I have accepted the offer & have started reviewing the Exam preparation & hope I will complete the review very soon.

Whatever so ever I have been through the preparation kit till now, I found it very simple & attractive; also very informative & user friendly. This kit consist of lots of tutorials, quiz, exam papers (tests), articles on OCP for Java SE 6.

You can download the free trial from uCertify.

Following video will guide you to install the 1Z0-851: OCP Java SE 6 Programmer Preparation Kit :

[gigya src=”http://player.videofy.me/player.swf?videoId=520734″ width=”480″ height=”256″ quality=”high” wmode=”transparent” allowFullScreen=”true”]

Rotate a picture in Windows Explorer

Objectives :
* How to rotate picture in Windows Explorer?
* How to rotate picture in Windows Explorer in Windows 7?

Hey friends, if you want to rotate a picture in Windows Explorer, you can use following shortcut :

Press Ctrl+Period (.) – It will rotate a picture clockwise in Windows Explorer

Posted from WordPress for Android

Timeline of Android

Objectives :

  • What are the different versions of Android?
  • What is the timeline of Android?
  • What is the roadmap of Android?
  • What is Cupcake
  • What is Donut
  • What is Eclair?
  • What is Froyo?
  • What is Gingerbread?
  • What is Honeycomb?
  • What is Ice Cream Sandwitch?
  • What is Jelly Beans?

Following is the timeline for Android versions :

  • ›  Android 1.0 Beta : 5 November 2007
  • ›  SDK : 12 November 2007
  • ›  V 1.0 : 23 September 2008
  • ›  V 1.1 :  9 February 2009

Since April 2009, each Android version has been developed under a codename based on a dessert item as follows :

  • ›  V 1.5 Cupcake : 30 April 2009
  • ›  V 1.6 Donut : 15 September 2009
  • ›  V 2.0 Éclair : 26 October 2009
  • ›  V 2.1 Éclair : 12 January 2010
  • ›  V 2.2 Froyo : 20 May 2010
  • ›  V 2.3 Gingerbread : 6 December 2010
  • ›  V 3.0 Honeycomb : 22 February 2011
  • ›  V 4.0  Ice Cream Sandwich : 19 October 2011
  •   V 4.1 Jelly Beans : 9 July 2012

Future Versions :

The next major upgrade of Android is expected to be released very soon.

What is Android?

Android Logo

Android Logo

Basically, Android is an Operating System (OS) for mobile devices such as Mobile phones, tablet computers, PDAs, E-Book readers, TVs, Set-Top Boxes, etc. But, it is not yet another OS, but a component based OS.

In Android, it has an integrated Java Virtual Machine (JVM) called as Dalvik Virtual Machine (DVM). In Android, System interfaces are exposed only through Java libraries. Since Android supports Java, anybody who knows at least basics of Java can learn Android application development very easily provided the object oriented programming (OOPs) concept must be cleared.

Android is based on the 2.6 Linux Kernel.

The Android logo represents the stylized robot.

An Android SDK is provided to let developers build applications on top of the OS but not extend the OS itself.

Image Source : Wikipedia.org