Friday, September 18, 2009

Free alternative to FlexBuilder in 10 easy steps!

After downloading Flex SDK and documentation last week, I came to know about Adobe FlexBuilder, a commercial tool available from Adobe website to develop flex applications. I was really disappointed when i was not able to find even a single free alternative to FlexBuilder. FlexBuilder is basically based upon eclipse and as soon as I came to know about it, I start wondering if something similar is available for NetBeans as well. And here it is. After some googling around, I found a plugin for NetBeans which would allow me to develop Flex Applications for free. Its pretty easy to install and configure. The only downside being that it won’t give you code auto-complete feature. But anyways, as a beginner its good for me to write my own code instead of making bad habit of code to auto-complete. Below is a quick walkthrough of how I was able to install flex plugin into my NetBeans IDE in just 10 easy steps.

1. To download the FlexBean plugin, click here.

2. Once downloaded, please start NetBeans IDE and click Tools >> Plugins

3. Now in “Plugins” dialog box select “Downloaded” Tab and click “Add Plugins…” button.

4. From “Add Plugins…” dialog please browse to the directory where you downloaded the flex bean plugin file and select it. Finally, click “Open” button to add the plugin to plugin list.



5. Now click “Install” button with FlexBean selected and you will be presented with a FlexBean installation wizard.

6. Click Next, accept the agreement, and finally click install to install the plugin in NetBeans.

7. Click finish and then close all the dialogs to return to NetBeans workbench.



8. To configure FlexBean plugin properly, it needs to know the location where the Flex SDK has been extracted. Click Tools >> Flex Platform.

9. From “Flex Platforms” dialog select "Add Platform…” Button and select the folder where you have extracted Flex SDK and click Next.

10. Finally, write a name of the platform in the next dialog and click Finish.

This is all you need to do in order to make the NetBeans IDE ready for Flex editing.

Next, I will be creating our first flex application and get our hands wet with some real water. Stay tuned!

Wednesday, September 9, 2009

My Latest Interest…

Well… no excuses on why I am blogging after a long break. I would just say… I was really busy with all the work I have been doing during this break of mine. Lots of things in life have changed. I am not the same “Java Enthusiast”. I am much more grown up now, in the sense that I see Java just as any other technology which could help me achieve the requirements. I, no more belong to a group of people who follow a particular technology as their religion but believe in new inventions and innovations. Just like Windows has its alternatives in form of Linux and Mac OS… Java too has its alternatives. Then why should I stick to Java… why shouldn’t I try something new, something more productive, something more flashy. First of all, I must tell you… I am just talking about the client side Java for now. The last day, someone told me about Adobe Flex and its power. Therefore, I decided to give it a try. My latest interest is Adobe Flex and I am trying to get my hands wet with it.

Will keep you updated on it.

Saturday, December 15, 2007

Thats me on NetBeans Community Docs Spotlight

A day before, James Branam, the man responsible for documentation for NetBeans web applications and release notes and is also the NetBeans Community Docs Manager, published NetBeans Community Docs spotlight on his official blog at http://blogs.sun.com/branajam/. Any guesses on who was picked up as a spotlight for NetBeans Community Docs by James this time. It was me! Check it out at http://blogs.sun.com/branajam/entry/nb_community_docs_spotlight_arpit

Well, I have another good news. He is sending all the Community Docs contributors a NetBeans T-Shirt and I am really excited.

With all these good stuffs, I have now planned to write one more tutorial for Community Docs section which will be posted soon.

Thanks James!

Thursday, December 6, 2007

Tutorial on Beginning Enterprise Application Development with NetBeans 6.0

You might be aware that NetBeans 6.0 has been released a day before. For all the NetBeans fans its a great news. This time around NetBeans team has done a lot of improvement in all spheres and have tried their level best in making it the "Only IDE you would ever require for any sort of Java Development".

If anyone of you is interested, I have just published a tutorial which may be an excellent starting point for any Java Developer who want to start Enterprise Application Development (J2EE 5) using NetBeans 6.0 IDE, on NetBeans CommunityDocs Wiki. The tutorial has been done entirely on Ubuntu but is applicable to all the operating systems.

Click Here
to go through this tutorial and do not forget to post in your comments!