facebook

ZK AJAX but no JavaScript support

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #250694 Reply

    I want to point you to the relative new ZK AJAX framework:

    http://zk1.sourceforge.net/

    have a look at the great life demo, checkout “try me” and change and test the ui life:
    http://www.potix.com/zkdemo/userguide/

    I have written a simple HowTo to use ZK in Eclipse:
    http://en.wikibooks.org/wiki/ZK/How-Tos/HowToSetupEclipseWtpForZK

    It’s not to much missing, since everything is XML and java. For a more advanced support i see 3 steps:

    1. provide a dtd for the xml files to use code compleation (should be done by the developers)
    2. provide an advanced zul xml editor (zul is xml with BSH), which provides BSH Java code completion.
    3. integrate ZK with your AJAX debugger

    My workaround for editing the BSH java code is to write the code in a normal java class and use the syntax check and code compleation from eclipse and afterwars copy the code in the <zscript> tag of the zul file. So an advanced zul editor should be a mix of a XML editor with dtd validation and a java editor (inside the <zscript> tag…) with code compleation and syntax check…

    ZK is a great way to develope web applications and i think it has a great future…

    regards,
    thomas

    #250769 Reply

    Riyad Kalla
    Member

    Thomas,
    I’ve actually played with your demo before, it’s very slick. Keep up the good work and thanks for the tutorial.

    If user demand increases for ZK support we will certainly look into it.

    #250779 Reply

    I’m not a developer of zk… only a enthusiastic user…

    regards,
    thomas

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: ZK AJAX but no JavaScript support

You must be logged in to post in the forum log in