| « December 2009 |
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|
| | | 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 | | |
| | | | | | | |
| Today |

Thursday Nov 18, 2004
12 days of wellness program for Sun employees
A good motivation to stay fit and prepare for the Christmas break. :)

Wednesday Nov 17, 2004
SDK 5.0 GC Tuning
To deal with growing pernment generation that causes Full GC when using CMS, try the following two additional options: -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled

Wednesday Sep 22, 2004
Sun Java System Application Server Platform Edition 8 2004Q4 Beta
Here are some differences that I have noticed about this Beta release based on release notes:
1. Here are some official "what's new" from the
release notes
* Admin Console GUI enhancements
* Web Services Security
* WS-I Profile 1.1
* Migration Tool
2. Beyond that I found a few other changes when comparing to Sun Java System Application Server Platform Edition 8 Update Release 1 release notes:
* NetBeans plugin for AS PE 8 2004Q4 (new)
* Updated JDK to 1.4.2_05
* Additional JDBC driver support, specifically DataDirect drivers were added.
* Oracle 10g support
This small list probably barely scratch the surface on the differences and enchancements that the product team has done. A while ago, I was told that this release will have a lot of enchancements under the surface. I'll try to write more about this when time permits.
If you are curious, then you should definitely check it out. The
installation insructions can fit into my small 15" screen without scrolling, which is really short and simple to get started.
Sun Java System Application Server 8 2004Q4 Beta
Check out and get it at
this page.

Thursday Sep 16, 2004
Thoughts about published article
Back in June, I published an
article. Since then, I received many positive and constructive feedback. I would like to thank everyone who provided the feedback. With the feedback I received, I have rethinked through the article. I'll try to put some of my new thoughts down in this blog and you are welcome to tell me what you think.

Wednesday Sep 15, 2004
Open Source Summit
I attended the Open Source Summit yesterday and I heard about many valuable experiences and opinions from some great contributors of Open Source community. Major participants on the panel or speakers worked in some of the well known organizations or projects such as Apache, Mozilla, NetBeans, OpenOffice, Tonic (Open Source Solaris) and many others. After heard from many of these great intellectuals' talks, I was able to relate their wisdoms gained from Open Source effors to technology adoption. Here are some principles and success factors for an Open Source project that can also apply to technology adoption:
Build trust
- Be a good citizen of the Open Source community.
- There is no such a thing as stupid question attitude.
- Treat others as equal status to you. Allow others to participate in the decisions and activities that are core to the project.
- Give others ownership of the project so that they feel they have the responsbility to make the project successful.
- Lead by doing
- Build a win-win work model so participants will think the changes or thir work will be for their own benefit also.
- You can not expect others to commit on a task if they are not willing to do so. This leads to use of other persuasive factors to assist a project to deliver on time. For example, a participant could have a depending product that need this project to deliver on time and willing to assist fix the last couple show stopper bugs in this project.
- Be consistent
Lower cost of entry
- If a newbie has to spend one month to get started on an Open Source project, there is no way that person will spend that much effort.
- Good documentation.
- Core engineers need to have the patience to take time and train the new comers so they will learn the necessary skills to take up responsibilities within the project. (Teach others to fish)
- Provide access to the tools you have.
- For some situations, a company should provide easier access to necessary hardware for participants. For example, a company may provide some testing iPaq for developers to test their Linux software.

Tuesday Sep 14, 2004
Open Source
I am excited to hear about the experiences and opinions from some great contributors of Open Source community. I was sitting next to Brian Behlendorf and talked briefly to Hideya Kawahara. There are also many other intellectuals, who made many inspiring and interesting points today. I'll need to sort out my notes before I can say more interesting things.
Application Server
If you want to get a sneak preview of the up coming release of Sun's Application Server, check the following blogs:
20040806,
20040811

Wednesday Aug 18, 2004
JavaOne Photos posted
I just posted Java One SF 2004
photos. Enjoy!

Sunday Aug 08, 2004
Sun Resource Manager
There is an article on Sun Resource Manager, "Using Solaris Resource Manager With Sun Ray" at http://www.informit.com/articles/article.asp?p=328776. This is a combination of technologies for managing a resource balance, so no single process or application can take over the whole server and caused service interruptions for other users. Another use of Sun Resource Manager that I am aware of is to use it for monitoring and enforcing application license usage.

Tuesday Jun 22, 2004
Hydrogen 1.0 release
Sun just release an Evolution connector for Sun Java System Calendar Server. For more information on the announcement, see
URL.
The connector is also bundled within Sun Java Desktop System. And that was where I got introduced to the connector. All I really had to do to setup the connector was to create an account by specify calendar server host name and port number. After that, I could connect to the server with my user information. The server immediately loaded my calendar, todo list, and any other public calendars that I subscribed. The connector enabled me to view and mangage calendars / todo list with a rich user GUI experience as if I am access the data locally in Evolution when the data actually stored on the server side. IMHO, this is definitely a friendly way to access to my calendar.
For more infomation on how to use the connector in Evolution on Java Desktop System, plase see
documentation.

Friday Jun 11, 2004
Solaris Tips and Tricks
Here is an interesting page for Solaris users and administrators:
Solaris Tips and Tricks

Thursday Jun 10, 2004
New Article