|
|
||
John O'Conner's BlogDecember 2004 ArchivesLocalizing MyJxta2Posted by joconner on December 15, 2004 at 09:39 PM | Permalink | Comments (2)The JXTA group just released a new version of their product, version 2.3.2, code name "Imam Bayaldi." What a name! A quick Google search on Imam Bayaldi tells me that this is an eggplant and tomato recipe...but that's another subject. One of the key demo applications included in the download is a program called MyJxta2. It's essentially a chat application, with lots of interesting features. My reason in bringing this up is that the author took some of my advice concerning internationalization. He separated his UI text from his core source code and placed the key/value pairs into a PropertyResourceBundle. This allows you, the user community, to localize the product into your language, whether that language be Spanish, German, French, or ...well, you get the picture. You Don't Know BeansPosted by joconner on December 02, 2004 at 09:15 AM | Permalink | Comments (13)Unless you've checked out the latest NetBeans 4.0 RC1 release, you really don't know beans about NetBeans. If you've been using the 3.x line of NetBeans for a while, this new version may be somewhat challenging at first. The entire project configuration is built around ANT. The move to ANT might be confusing at first. Of course, there are ways to import existing projects that do not have an ANT configuration. However, I think it's safe to say that this version definitely prefers to work with ANT targets and tasks. For example, I found it hard to even debug my "freeform" imported project without creating a new ANT target for that purpose. The wholesale dependency on ANT targets feels a bit tedious at first, but I have a feeling it's going to help me manage projects better. Remember all those "mounted file systems" in version 3.6? Gone. Multiple source directories? Apparently gone for default new projects. Help me out here if they really are still available. I know there are lots of other popular, useful, and powerful IDEs, and you may not want to consider another one at this point. However, if you are still undecided, or if you haven't checked out NetBeans in a while, you have to see the latest NetBeans offering. You'll definitely find something in there that you like. | ||
|
|