Myna 1.0 beta 8 released
New in this release:
Introducing Myna FlightPath
(
http://www.mynajs.org/shared/docs/js/libOO/files2/FlightPath-
txt.html)
Myna FlightPath is a Model-View-Controller(MVC) web application
framework inspired by CakePHP, CFWheels and Ruby On Rails. This allows
you to write your business logic as plain JavaScript functions, your
displays as EJS templates, and have your data objects automatically
generated from the database, nearly eliminating the need to write SQL.
MynaServer
Myna now has an embedded Tomcat server that can be used instead of
deploying Myna inside an existing application server. Executing "java -
jar myna-.war" will now offer options for ugrading anexising Myna
folder or installing Myna, including startup files for the embedded
Tomcat server. On Linux system, the installer will create your init
scripts for you and install them to /etc/init.d. When Myna is run this
way, a watchdog process is spawned that periodically checks on the
Mynaserver to make sure that it is running and performing well, and
will restart it if it is failing.
Many changes to DataManager and other improvements:
http://www.mynajs.org/site/changeLog/Myna1.0beta8.ejs