Archive for December 2010
Using Open Source Flash in Java
My Latest article on using open source flash in Java is out at dzone.
Please visit http://java.dzone.com/articles/custom-facelets-chart and learn about how we can create custom Facelets components.
The sample chart is shown below:
Please visit http://java.dzone.com/articles/custom-facelets-chart and learn about how we can create custom Facelets components.
The sample chart is shown below:
Install Flash Plugin Manually in Firefox
Today I was trying to test some flash componet in Mozilla, but due to some restrictions on network I was not able to download the Mozilla plugin. I clicked the “Install Missing Plugins” button, followed the wizard, restarted Firefox, and it was still not installed. Annoying!
So here are the steps to install flash plugin manually:
download - http://fpdownload.macromedia.com/get/flashplayer/xpi/current/flashplayer-win.xpi
Once you have the file downloaded, rename the file with a .zip extension.
Next copy the following two files to: C:\Program Files\Mozilla Firefox\plugins
Now to test whether flash plugin was installed , just type 'about:plugins' in firefox's address bar.
Thanks!!!
So here are the steps to install flash plugin manually:
download - http://fpdownload.macromedia.com/get/flashplayer/xpi/current/flashplayer-win.xpi
Once you have the file downloaded, rename the file with a .zip extension.
Next copy the following two files to: C:\Program Files\Mozilla Firefox\plugins
- flashplayer.xpt
- NPSWF32.dll
Now to test whether flash plugin was installed , just type 'about:plugins' in firefox's address bar.
Thanks!!!
Using Sphinx and Java to implement free text search
This weekend I tried my hands on Sphinx and as promised I have published the article on how we can use Sphinx to perform free text search using Java API. If you have time and have some interest in that area, please visit dZone site, I have just published the article so its not moderated yet, will let you know once it will be available on the home page of java dzone :)
http://java.dzone.com/articles/using-sphinx-and-java
http://java.dzone.com/articles/using-sphinx-and-java
Free Text Search in Java using SPHINX
Folks my next article will be based on Sphinx (free text search using Sphinx and Java), please let me know what ingredients you would like to have in that article? I plan to cover:
1. What is sphinx?
2. vs Lucene
3. Installing Sphinx
4. Using Sphinx in Java to handle free text search.
5. Working Code well that's all....
The examples would be based on Orders search for payment, equities or any other domain.
Do you have any piece of code that you want to perform search on? Come one let's do it together then.
1. What is sphinx?
2. vs Lucene
3. Installing Sphinx
4. Using Sphinx in Java to handle free text search.
5. Working Code well that's all....
The examples would be based on Orders search for payment, equities or any other domain.
Do you have any piece of code that you want to perform search on? Come one let's do it together then.
Posted by Unknown