The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic Programming and user joconner

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • Grid • GUI 
• IDE • Instant Messaging • J2EE • J2ME • J2SE 
• JavaOne • Jini • JSP • JSR • JXTA 
• LDAP • Linux • Mobility • NetBeans • Open Source 
• OpenSolaris • P2P • Patterns • Performance • Porting 
• Programming • Research • Security • Servlets • Struts 
• Swing • Testing • Tools • Virtual Machine • Web Applications 
• Web Design • Web Development Tools • Web Services and XML 


Programming

The Flex guys have enjoyed this for a long time. When I discussed JavaFX with a friend who is familiar with Flex, he shrugged the feature off, clearing unimpressed with JavaFX despite his appreciation for the feature itself. Still, for Java enthusiasts, bind is a welcome language feature. Another link and run post. Read more about using the bind keyword in JavaFX in the blog tip Binding var and...
on Jun 27, 2009 | Permalink | Discuss
JavaFX for-loops are significantly different from the Java kind.
on Jun 23, 2009 | Permalink | Discuss
Long ago, I started a series called JavaFX Learning Curve Journal. Those articles/journals were on java.sun.com at the very beginning of the JavaFX project. I recently tried to find some of those articles, and I think they've been removed or improved significantly. They're certainly not recognizable in their original form. That's probably a good thing. The language has changed since then, and we...
on Jun 14, 2009 | Permalink | Discuss
Have you ever wanted your application to discover new resource bundle localizations at startup time? You can do that, and here's how.
on Mar 6, 2009 | Permalink | Discuss
Not exactly Java related, but it is about internationalization and file encodings.
on Sep 8, 2008 | Permalink | Discuss
The JavaScript layer has its own lossy character conversion points. One of those is the escape function.
on Apr 22, 2008 | Permalink | Discuss
You'd think this sort of problem would be resolved by now, but it's not. It's still almost impossible to quickly and easily migrate an application from the too common default Latin-1 to UTF-8 character set encoding.
on Apr 13, 2008 | Permalink | Discuss
I am enthusiastic about Beans Binding, but a coworker threw a wet towel on me.
on Mar 23, 2008 | Permalink | Discuss
Although programmers use procedural code to define the user interface (UI) in the Java language, in JavaFX Script, you can use declarative statements to define the UI.
on Sep 6, 2007 | Permalink | Discuss
I'm an early adopter of JavaFX Script, and I'm experimenting with the language. Since I've never been too afraid to let you sit next to me as I explore new things, I've decided to share my experience learning JavaFX Script too.
on Aug 21, 2007 | Permalink | Discuss
I discovered that although using JavaFX Script's declarative syntax to define the visual UI is easy, I was being simple-minded to think I'd be able to just return that whole UI structure to Java.
on Aug 10, 2007 | Permalink | Discuss
I want to know how a Java programmer and a UI designer would work together -- one using Java for the business logic, event handlers, and models, and the other using JavaFX Script.
on Jul 20, 2007 | Permalink | Discuss
The Sun Developer Network has a few newsletters that you can subscribe to. One of the newsletters is Core Java Technologies Tech Tips. I still can't see that title without smiling. I'm always amused that Sun's proper use of the word "Java" must always have an approved noun after it: Java language, Java platform, Java technologies. It doesn't matter that Java Technologies Tech Tips sounds...
on Jun 14, 2007 | Permalink | Discuss
A new syntax for properties? I don't particularly need it, and so far the poll results suggest that most of you don't need it either.
on Jan 16, 2007 | Permalink | Discuss
After reading the "Aspect Oriented Programming and Internationalization" article on java.net, I'm still wondering why I would want to do that...
on Jul 31, 2006 | Permalink | Discuss
Comparing Strings with '==' is almost never correct, and comparing with the equals method is often wrong too.
on Jun 28, 2006 | Permalink | Discuss
You really can have your list model and sort it too. I describe how to produce sorted lists and use a simple application to demonstrate concepts, with downloadable demo source code.
on Jun 6, 2006 | Permalink | Discuss
Want your app to be a hit in Japan, Germany, or even China? It all starts with an understanding of Locale.
on Sep 20, 2005 | Permalink | Discuss
You have limited time for conferences, but if you're involved in software internationalization, the Unicode Conference has to be on your list.
on Aug 25, 2005 | Permalink | Discuss
Have you ever felt like you had to know everything in order to understand anything? My recent exploration of blogger client APIs has reminded me how much background context one must have to understand most API specifications.
on Aug 15, 2005 | Permalink | Discuss