AjaxPro for Java Developers?

I have started to create a AjaxPro Java Edition which will be 100% code compatible on the client-side. That means there is no change of JavaScript and HTML when moving around, no code change when developing JavaScript controls. Look at the following code:

import java.text.*;
import java.util.*;

public class AjaxMethods
{
    @AjaxPro.AjaxMethod
    public String SayHello(String name)
    {
        return "Hello " + name + "!";
    }

    @AjaxPro.AjaxMethod
    public boolean IsTrue(boolean b)
    {
        return b;
    }
}

I will offer a first alpha version the next days.

Published Wednesday, September 27, 2006 10:08 PM by Michael Schwarz
Filed under: , , ,

Comments

# re: AjaxPro for Java Developers?

Wednesday, September 27, 2006 6:26 PM by Fabio
Michael...you never stop impressing us, "100% code compatible on the client-side" this is great! Regards

# re: AjaxPro for Java Developers?

Wednesday, October 11, 2006 2:02 PM by Carlos Ortiz

Can be use with JSF ¿? and how

# Olkenava » AjaxPro for Java Developers?

Monday, November 05, 2007 10:17 AM by Olkenava » AjaxPro for Java Developers?

Pingback from  Olkenava    » AjaxPro for Java Developers?