Skip to content

Simple example of a todo list application built using Apache Flex 4.9 & Robotlegs 2.

Notifications You must be signed in to change notification settings

robotlegs/robotlegs-demo-TodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Example

Very simple example of a todo list application developed using Apache Flex 4.8 and the very latest version of Robotlegs.

Frameworks & Libraries

Below is a list of frameworks & libraries used for the project.

Specification

  • User can add a task to the todo list.
  • User can delete an existing task from the todo list.
  • User can modify an existing task from the todo list.
  • User is presented a message notify that there are no tasks when the todo list is empty.
  • User can't enter a task that has no description.

Testing

The project is covered with tests wherever possible. In order to run the tests you must have ant installed. To run the tests simply navigate your current directory to the build directory and then run the command displayed below.

ant test

This will compile the code and execute the test runner. It also outputs a JUnit report to a deploy folder. Should be noted that you may need to change the path to your Flex SDK, which can be done by changing the FLEX_HOME property in the build/build.properties.

Feedback or Questions

This code is not perfect, and I'm sure you would do things different and I would love to know what changes you'd make or what you would do differently. Send me an email at [email protected] or a tweet to @peterkeating.

About

Simple example of a todo list application built using Apache Flex 4.9 & Robotlegs 2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published