Java ES Prague Team Blog Java ES Prague Team

Wednesday Jul 22, 2009

Sorry for microblogging, I just have to point at Ludo's new entry concerning i18n collation matching rules (making sure a search for "Helene" will find "Hélène") in the just released OpenDS 2.0, since it's something very related to us.

Monday Jul 20, 2009

OpenDS 2.0 is here! The second version of the opensource directory server OpenDS and his brother with paid support Sun OpenDS Standard Edition brings new GUI, separation of user and administration operations, and many new features and performance improvements. From the l10n point of view the most important is the support for RFC 4518 (i18n string matching). The amount of english strings was huge and OpenDS 2.0 is translated into german, french, spanish, japanese and simplified chinese; plus we still keep the partial korean and traditional chinese translations from the previous version. It's important to note that some of the translation was contributed by members of the community through CTI. The Help and error messages are left in english, but if we see an interest there, it may change in the next version.

Friday Jul 17, 2009

SUN MICROSYSTEMS ANNOUNCES STOCKHOLDER APPROVAL OF ORACLE MERGER AGREEMENT

SANTA CLARA, CA July 16, 2009 Sun Microsystems, Inc. (NASDAQ: JAVA) announced that at a special meeting of stockholders held on July 16, 2009, its stockholders adopted the merger agreement entered into with Oracle Corporation, under which Oracle will acquire Sun common stock for $9.50 per share in cash. Approximately 62% of the shares of Sun common stock outstanding as of the record date for the meeting voted to adopt the agreement.

The transaction remains subject to regulatory approvals and other closing conditions. For more information regarding the proposed transaction, please visit www.sun.com/oracle.

About Sun Microsystems, Inc.

Sun Microsystems develops the technologies that power the global marketplace. Guided by a singular vision -- "The Network is the Computer" -- Sun drives network participation through shared innovation, community development and open source leadership. Sun can be found in more than 100 countries and on the Web at http://sun.com.

Sun, Sun Microsystems, the Sun logo and the Network is the Computer are trademarks or registered trademarks of Sun Microsystems, Inc. or its subsidiaries in the United States and other countries.

(see original article @ http://www.sun.com/aboutsun/pr/2009-07/sunflash.20090716.1.xml)

Thursday Jul 16, 2009

How to video for creating a Fedlet for .NET in OpenSSO.

At least that's something we won't have difficulties to localized... :)

http://blogs.sun.com/raskin/entry/opensso_enterprise_fedlet_for_net

Tuesday Jul 14, 2009

To get a complete picture of how anti-spam should be setup in  a Comms deployment (in conjunction with convergence), read this:
http://wikis.sun.com/display/CommSuite/Integrating+Spam+and+Virus+Filtering+Programs+Into+Messaging+Server

Thursday Jul 09, 2009

As of now, OpenDS messages contain about 160,000 english words. That is a huge number and definitely a barrier for potential translators. At the same time most of the messages can be seen on rare occasions only, so why not give it a try and reduce the scope?[Read More]

Wednesday Jul 08, 2009

Often when dealing with long commands and having resized the window of konsole or gnome-terminal, the line was not wrapped correctly and I was writing over the previously typed characters. Usually resizing the terminal back to default size helped so I was not really pushed into finding the culprit. But today I got really upset and spent five minutes googling around :-)

And it appears this is a bug/feature of bash itself. In short, when setting the shell prompt, bash can count some non-printing characters into the length of line text. It can be easily cured by adjusting the .bashrc file, as explained in the fine documentation.