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
11 visitors online now3 guests, 8 bots, 0 members
Category Archives: java
Help me with PermGen:OutOfMemoryException
I have a plugin developed for and AJAX based application with the help of Platform + EMF + WTP combination. Many of the clients who report this out of memory have following conditions… # Eclipse or Windows OS is not … Continue reading
Posted in eclipse, java, plugins
Leave a comment
JSON2XML TreeViewer plugin for Eclipse
I have been working on the WEB2.0 platform from past one year. All the while i was looking out for simple plugins for eclipse to visualize and analyze the json that either i built or got from server. It is … Continue reading
Posted in eclipse, java, plugins
Leave a comment
TOP 10 Eclipse Shortcuts
Most of us who are using eclipse for at least 1 year are familiar with the shortcuts. Its been quite challenging to know and remember all the shortcuts during the development time. And of course we dont need all of … Continue reading
How to position Eclipse Dialogs and Messages at ceter of screen.
I want to share a common issues that most of the UI programmers come across. When we program with lots of dialogs and messages in any kind of applications, for the usability and predictability we would want most of them … Continue reading
Eclipse SWT Browser and Cross Browser compatibility
I have been using the Browser widget from past 1 year in my project which is targetted on AJAX and SOA kind of integration environments in Eclipse. As one can imagnine that the inbuilt browser capabilities are necessary on AJAX … Continue reading
At what level do you use eclipse ?
Eclipse the ubiquitous platform has survived another challenge by releasing the Europa and i am already seeing the # of downloads. Initially it was Java IDE then RCP Platform then Tool Building Platform and now as i know its an … Continue reading
Performance tools for Eclipse RCP Applications
Recently i have been looking for the Testing, Performance and Runtime Visualization tools for Eclipse RCP Platform. The real challenge is to choose the variety of the tools that we have today in the market and which one suits us. … Continue reading
java.lang.OutOfMemoryError: PermGen space
Looks like this is been a common error for almost memory intensive applications now-a-days. I have been working on eclipse for a long time and recently with the Eclipse + Java 1.5.0_04 + EMF + WTP combimation of installation, i … Continue reading