Older Posts
-
Recent Thoughts
Categories
- as-a-student (10)
- eclipse (59)
- enterprise software (6)
- entrepreneurship (17)
- family (1)
- java (38)
- JDeveloper (3)
- management (38)
- miscellaneous (5)
- Mobile (7)
- plugins (34)
- product management (6)
- religion (1)
- reviews (42)
- software (76)
- startups (12)
- technology (81)
- travel (7)
- uc-davis-gsm (1)
My Network
-
Who's Online
2 visitors online now0 guests, 2 bots, 0 members
Category Archives: java
Beware of writing regex and string functions
Recently i was involved in an issue took a week to come to know the root cause. In the end its an eye opener to many who does not give importance to string functions and regex. “Regular expressions and String … Continue reading
Eclipse Ganymede Release
Yesterday i have written a short blog; Things i like in Ganymede. In my blog, Ganymede was misspelled which was purely unintentional. I would like to extend my sincere apologies to all the readers and Eclipse for the confusion. Thanks … Continue reading
Posted in eclipse, java, plugins, software
Leave a comment
Things i like in Ganymede
Another great release from Eclipse this year with 23 simultaneous projects. I was little bit confused as to 23 vs 24 projects; these two numbers are hovering in different sources. Never the less, i am happy to download and play … Continue reading
Java XML Libraries – Quick Reference
Reader Level : Basic Recently i have been involved in a project that uses heavy XML which game me opportunity to look into many Java and XML related technologies/libraries/parsers. I tried to share some of interesting libraries that i dealt … Continue reading
JDOM Quick Reference
JDOM: [www.jdom.org] JDOM is a full featured Java API for the SAX and DOM accessing. Collections are used heavily for the results and queries to make Java programmer life easier. The SAX and DOM parsers would be the underlaying default … Continue reading
Why should you Jazz ?
Jazz is a technology platform from IBM. Its based on the client-server technology and manages the source management, build tools and promotes the team collaboration. Once of the great aspect of this platform is that its built with Team Collaboration … Continue reading
My JDeveloper Training
I have been undergoing the Oracle ADF and JDeveloper training for a future project. It was pretty hard for me to accept that i am undergoing this training considering my strong belief in eclipse-as-a-platform. I started the training by asking, … Continue reading
EclipseCon 2008 – I loved it.
EclipseCon needs no introduction. Its been happening from past 4 years and each year it has a lot of interesting news and updates. I was very excited to meet my ex-colleagues from Germany. Its been refreshing for me to talk … Continue reading
JFace Dialogs : which one is right for you ?
JFace framework of Eclipse provides many standard and useful dialogs and a framework to build custom dialogs and wizards. When the standard dialogs seems to be too simple for your plugin or RCP developement, one can extend the standard dialogs … Continue reading
Does Eclipse support Oracle’s ADF … ?
I am on a crossroad to decide on the IDE platform to be used for a specific application. Now i am with the company where we are discussing about Eclipse Vs JDeveloper :). Anyway the main decision point is the … Continue reading