Are there any good drag&drop web app IDEs out there that support AJAX?
Asked Answered
Q

7

5

Can anyone recommend a GUI builder tool for creating DHTML web apps using AJAX to communicate with a web service backend? I'd like to avoid having to mess around with designing HTML, marshalling/unmarshalling data, checking for browser compatibility, etc. The tool should have a library of widgets that can be put into an application and hooked up to functionality, and be extensible enough to be able to define custom widgets. Of course free and/or open source is preferrable but I would consider proprietary tools too.

Also to what extent does the choice of GUI tool affect what platform or language I would use for the backend? If the GUI is just calling a web service then I should be able to use anything on the server-side to provide that interface but maybe some gui-side tools use a proprietary data exchange format that requires some specific server-side code?

Edit: I don't need a widget that can be dragged, I want an IDE that allows one to build a gui easily (i.e. a RAD tool).

Quits answered 30/12, 2008 at 15:8 Comment(0)
Q
0

On Dan's suggestion I took a look at GWT. I'd heard of it before but never looked at it that closely and it seems pretty interesting. Certainly it takes away the annoyance of pixel pushing and making things work in multiple browsers. I also tried searching for "gwt rad tools" and came up with a couple of results:

I'll take a look at these but if anyone's used something else let me know.

Quits answered 31/12, 2008 at 15:23 Comment(0)
G
7

WaveMaker is open source, runs on J2EE.

Gillan answered 3/2, 2009 at 23:22 Comment(0)
B
3

If you're comfortable with Java, maybe you could try Google Web Toolkit? http://code.google.com/webtoolkit/

Blandish answered 30/12, 2008 at 20:44 Comment(0)
M
2

I'm using Wavemaker and it does exactly what are u asking... It is really easy to use and very perfomant....

Maldives answered 1/10, 2010 at 8:12 Comment(0)
G
1

I believe Dreamweaver does some of this, but in my opinion such editors are not a good idea. They produce horrible, unmaintainable server-side code and are quite inflexible.

Garpike answered 30/12, 2008 at 16:10 Comment(0)
L
1

Wavemaker beats everything else I have used hands down. Applications can be developed rapidly, has drag and drop, can connect to any web service, and has unmatched database management tools. The only problem with it is that it has kept changing hands/ownership so much and its future direction is not clear.

Leucoderma answered 9/3, 2014 at 7:3 Comment(0)
P
0

Delphi for PHP from Codegear has some of this capability, but I would agree with ceejayoz that such tools don't necessarily make for nice code.

Pangolin answered 30/12, 2008 at 20:40 Comment(0)
Q
0

On Dan's suggestion I took a look at GWT. I'd heard of it before but never looked at it that closely and it seems pretty interesting. Certainly it takes away the annoyance of pixel pushing and making things work in multiple browsers. I also tried searching for "gwt rad tools" and came up with a couple of results:

I'll take a look at these but if anyone's used something else let me know.

Quits answered 31/12, 2008 at 15:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.