This simple application demonstrates the Sonata framework.
- "Rich" Swing+JNA interface (i.e., not a form-based UI)
- Use of MySQL for persistence
- Several Sonata connections for handling the communications between the UI and the functional kernel
- Install the MySQL JDBC connector, AspectJ and JNA
- Copy the corresponding jar files in the
lib
directory of your TeamAvatar project - Copy the Sonata jar file you generated previously in the
lib
directory of your TeamAvatar project - Compile with the following command:
ant compile -Daspectjpath=<path_to_your_aspectj_installation>
- Run with the following command:
ant run
[TBD]