Monday Nov 23, 2009

Neil Bartlett has been working for Sun Microsystems to advance the tooling for JavaFX within Eclipse. In this demo he will show the current progress and preview some up-coming features. He will also show a demo of using OSGi for runtime modularity in a JavaFX application

Attendance is free, but you must register with SkillsMatter

Thursday Nov 19, 2009

Developers from following countries can submit their free apps to Java Warehouse now and reach the US Java Store users :)

  • UK
  • Australia
  • India
  • China (PRC)
  • Sweden
  • Brazil
  • Russia
   

Please read about the features, JavaWarehouse-FAQ and JavaStore-FAQ for more information. Let Java Warehouse worry about distribution so you can focus on creating great apps! :)

Wednesday Nov 18, 2009

We can create emboss and engrave text effects by using layers of nodes and Light Effects API. In below screenshots, the first two are generated using layers of nodes and third one using Light effects API.


 
 

JankoAtWarpSpeed has many tutorials related to building of functional and good looking web sites. The tutorials can also be adapted for implementing engrave text effect in JavaFX. I followed the steps mentioned in "Two simple ways to create text embossing effect" tutorial and reproduced the engrave effect in JavaFX! The same approach can used for emboss by moving the shadow nodes in opposite direction.

For third effect, I used the SpotLight API. The values specified for this is obtained from Light Effect Sample. Another sample code is available in JavaFX API Docs of SpotLight.


To launch click on above image or

Try it out and let me know feedback.. Please do share other approach..


Tuesday Nov 17, 2009

Simple image viewer for Picasa Web Albums using Data API. It shows pictures taken at Hogenakkal Falls from my Picasa account.


To launch click on above image or

The application gets a feed listing all of the albums belonging to specified user using ListAlbums and ListAlbumPhotos. The feed is parsed using HttpRequest and PullParser APIs.

Try it out and let me know feedback..


Thursday Nov 12, 2009

The Echo Nest provides series of web based solutions for better search, recommendation and interactivity on the music web. The Echo Nest API allows you to call methods that respond in REST style XML. Please refer to API documentation for more information.

They also provide a series of data feeds in various formats. Below application is updated version of DraggableMP3Player sample. Now it gets data from "Found Audio Feed" using JavaFX RssTask APIs.


To launch click on above image or

Type name of artist in TextField and press enter key. It will get the list of songs using Echo Nest feed. Click play to listen to songs! Simple! It will save the last searched artist name using JavaFX Storage APIs.

Note: Most of the media were in MP3 format (not streaming) and hence may take a while to download and play. Please try to incorporate more APIs and write new player..


This blog copyright 2009 by Rakesh Menon