Archive

Archive for February, 2007

Scripting languages in Java 5.0 JVM

February 20th, 2007 Rajesh No comments

We know that Tiger (Java 5.0) has given shelter in its JVM , to some of the scripting languages that are well known to us.I was googling to find a list of those scripting languages, and i found it in a wiki page.
Here is the list of the scripting languages.

  1. Groovy
    Groovy is an object oriented programming language for the Java platform.
    Since it resembles other scripting languages like Python ,Ruby, Perl, it is categgorised under
    scripting languages.
    Refer the JSR 241 for more information.
  2. Javascript
    Javascript is a scripting language implementing the ECMAScript standards
  3. Jython
    Jython is Python written Java
  4. Jelly
    Jelly is a Java based scripting languages to process XML
  5. BeanShell
    BeanShell is yet another scripting language written Java
  6. JRuby
    JRuby is Ruby written in Java
  7. Tcl/Java
    Tcl/Java is a bridge between Tcl and Java , that means
    we can invole Java from Tcl and vice versa
  8. Sleep
    Sleep stands for Simple Language for Environment Extensions Purposes.
    …another scripting language written in Java (i dont know how many times i have to write it:))
  9. Bean Scripting Framework
    Bean Scripting Framework provides a set of Java classes which provides scripting language support within Java applications

… other scripting languages written in and for Java
Pnuts
JudoScript
and many more to come …

  • Share/Bookmark
Categories: java

HOWTO use FeedBurner Headline animator in GMail

February 17th, 2007 Rajesh No comments

I was trying to use the Headline Animator given by the FeedBurner as my email signature in my GMail account.Since Gmail doesnt allow html tags in the signature , i found workaround solution.
Prerequisites:
1. Yahoo mail Account (can be your friends too )
2.GMail Account(ofcourse :) )
3.Feedburner HeadLine Animator script.

Steps to do :
1. Log in your (or your friend’s ) Yahoo Mail Account
2. goto options (in the top left corner in new Yahoo Mail)
3. Select Mail Options .
4. Select Compose (in the left side menu)
5. copy(ctrl + c) and paste (ctrl +v) the Headline Animator in the signature box and save
6.compose a mail with the new signature (thats automatically added to new mail)
and send it to your GMail account

Log in your GMail account and you can see the Headline Animator as signature in the mail
sent from the Yahoo Mail account.Now you can use this mail as a draft.

If you are very much interested in using ONLY your GMail, i hope the above steps will help you.

gmail_feedburner1.png

  • Share/Bookmark
Categories: opensource

Fortress – Fortran gets a new life

February 16th, 2007 Rajesh No comments

Fortran is born again in the world of JAVA.
Fortress is a replacement for Fortran , and runs on Java 1.5 JVM.

more

  • Share/Bookmark
Categories: java