WorldDeveloper.org
i18n DB Source Code Available
Monday November 16, 2009 11:39 PM

You can download the i18n Db source code and WAR file here:

https://hostj2me.com/appdetails.html?id=10503

You can read documentation about running your own version of i18n DB here:

http://i18ndb.astrientfoundation.org/documentation.html

0 Comment(s)
i18n DB Beta
Thursday November 12, 2009 5:15 PM

Last night we released the beta version of i18n DB. i18n DB is an effort to create open-source resource bundles of commonly used text by leveraging crowd-sourcing. Key value pairs are organized in domains, enabling users to infer context and choose the most apropos set of key value pairs for their application. In addition, each i18n user can enter a new key text pair or supply an alternate value for an existing key value pair, creating a customized variant of a key value pair set.

We encourage all our multilingual visitors and users to participate. Each user can create a localized variant of any key text pair on the site. We believe that when the database becomes large enough, developers can use the i18n DB to create resource bundles for their internationalized software.

We are working to create an open-source package for i18n DB code base, JSPs, and Java source code included. As soon as the package is ready, I will post a link here. The downloadable package will help anyone to create and deploy a version of the i18n DB website.

 

For more information visit http://i18ndb.astrientfoundation.org



0 Comment(s)
AJAX Chat
Thursday November 12, 2009 5:15 PM

Several weeks ago we added an AJAX chat page to HostJ2ME.com. The page enables users of the HostJ2ME.com website to chat with others website users and with users of the OSM mobile client. The chat UI implementation is completely HTML and JavaScript, and uses AJAX to check for new messages in the server database. Use view-source to see how the HTML and AJAX code is implemented. As with most of the software we produce, the code is open-source and can be copied, changed, and redistributed without charge. If you need to see the server implementation, please send us an email.

To check out the chat page, visit HostJ2ME.com and log into your account.




0 Comment(s)
Astrient 101: Astrient Foundation Common v.09 Available
Wednesday November 4, 2009 9:15 AM

The first version of the Astrient Foundation Common library is available. It contains the base components used in the Foundation's software applications. It is free to use and modify. You can browse the source online by clicking the link below.

http://hostj2me.com/appdetails.html?id=10472

0 Comment(s)
Astrient 101: Java, Tomcat, Linux
Wednesday October 21, 2009 6:00 PM

HostJ2ME.com and WorldDeveloper.org (CliqCafe hosted) are Java web applications running on Tomcat 6 on Centos. Specifically:

[root@HostJ2ME ~]$ cat /proc/version

Linux version 2.6.24-19-xen (buildd@king) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Sat Jul 12 00:15:59 UTC 2008

[root@HostJ2ME ~]$ java -version

java version "1.6.0_11"
Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode, sharing)

This environment has been stable for years, and we often operate our servers for hundreds of days at a time before rebooting or restarting services. Using Slicehost.com, we are able to clone or backup servers with little effort. Here are the issues that we considered when choosing the technologies for the two aforementioned applications.

  • Java is stable, has many free and open source libraries and components, has a robust API, and is very easy to use.
  • Linux offers great stability, a small footprint, a familiar command line with great tools for managing processes, resources and files, and has a low cost of maintaining with many hosting options.
  • Tomcat is free, mature, and provides all of the functionality we need. Although we are essentially a Java shop, we do not see the need for complex application frameworks or a soup of XML files.
  • 0 Comment(s)
    415 member(s)
    2,539 Avg. Monthly Hits
    468.52MB Stored
    2,986 File(s)
     
    The Latest
    i18n DB Beta
    AJAX Chat
    Astrient 101: Astrient Foundation Common v.09 Available
    Astrient 101: Java, Tomcat, Linux
    H2 Database
    Windows 7
    Nokia is Calling All Innovators
    Astrient 101: The Development Environment
    Astrient 101: Developing a Web Product Start to Finish
    Gallery
    Blogs
    Open Speaker Surgery
    Sep 11 10:12 AM | hostj2me
    Recent Discussions
    HostJ2ME.com Search Proxy
    Aug 26 12:46 PM | hostj2me
    Need help
    Jun 14 7:57 AM | zadock
    Midlet Icon Extractor
    Jan 21 12:13 PM | hostj2me
    Java Utility for perfrorming DNS Blacklist lookups. For more information on DNSBL see http://en.wikipedia.org/wiki/DNSBL
    Jan 16 12:43 PM | hostj2me
    Line Wrapping Utility for Drawing Strings on a Canvas
    Dec 21 3:37 PM | hostj2me