hi mohammedf,
thanks for your suggestions , i have installed jmaki plugin with netbeans6.0 .
now my reqiurement is make a dynamic table(no. of rows will be depend on no. of items fetched by database) in which i need ajax functionality. jmaki has two options one for table and one for altering table but how to insert my jsp code like<%=request.getParamete
what i did with normal html i write <tr> code in loop to make table dynamic
how can i do it with jmaki
plz if u can send me some examples or code or any study material ,that will be great favor for me.
thanks in advance
Main Topics
Browse All Topics





by: mohammedfPosted on 2008-02-05 at 22:29:53ID: 20829970
1. the best tool is NetBeans ,,, it has many plugins that support AJAX ( like JMaki ) and in futute i expect that many framework can be integrated with it.
net/
2. u can do what u did using .Net , but with small components in NetBeans ( like AutoComplete Text Field , Progress par , Rating , Rich Text field Area , Map chooser ) just these components.
in my opinino ( and this what im doing in my projects ) i write ajax in code , i make the javascript to call a servlet (or jsp page) i get used to do this , and i used ajax4jsf ,, it is so nice framework.
https://ajax4jsf.dev.java.
and i think JMaki is a good choice if u dont like to code ajax in ur hand :)