- Listing Database Tables.
- Visualizing Records.
- Generating Forms for inserting, modifying and deleting records.
- Managing database tables.
-
OpenToro v4.0 Final Release: AJAX integrated (2 messages)
- Posted by: Moises Daniel D?az
- Posted on: February 02 2007 09:14 EST
OpenToro 4.0 has been released. OpenToro is a Web Database Publisher, a tool that allows the development of database-driven web applications (download the videodemo). Opentoro provides easy facilities for:Threaded Messages (2)
- Extended Transactions? by Chuck Adams on February 02 2007 14:07 EST
- Re: Extended Transactions? by Moises Daniel D?az on February 07 2007 13:52 EST
-
Extended Transactions?[ Go to top ]
- Posted by: Chuck Adams
- Posted on: February 02 2007 14:07 EST
- in response to Moises Daniel D?az
One thing I find most CRUD frameworks weak on is the ability to generate either "wizard" workflows or the ability to do extra validations before committing an object and its related objects that may have been edited as part of the workflow. Most of them give me only the option to commit or abort outright at the end of every request and not keep a transaction open in a "conversation" (or "flow" if you prefer). Anything supporting extended transactions has often disgustingly enough made it session-global, allowing only one object "open" at a time. My need for both wizard workflow and extended transactions has made many other otherwise elegant frameworks non-starters (It came down to Spring Webflow and Seam, I ended up choosing Seam) How's OpenToro do on this front? -
Re: Extended Transactions?[ Go to top ]
- Posted by: Moises Daniel D?az
- Posted on: February 07 2007 13:52 EST
- in response to Chuck Adams
No, OpenToro don´t support workflow specification. The idea behind OpenToro is that it´s provide you with a good 'engine' for automatic developing of web interface, and with an easy MVC, so you can develop your specific functionality on it.