Skip to content

ggodet-bar/TeamAvatars

Repository files navigation

TeamAvatars Readme

This simple application demonstrates the Sonata framework.

Features

  • "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

Setup

  1. Install the MySQL JDBC connector, AspectJ and JNA
  2. Copy the corresponding jar files in the lib directory of your TeamAvatar project
  3. Copy the Sonata jar file you generated previously in the lib directory of your TeamAvatar project
  4. Compile with the following command: ant compile -Daspectjpath=<path_to_your_aspectj_installation>
  5. Run with the following command: ant run

So, what's relevant in this project?

[TBD]

About

A simple application using the Sonata framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages