| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" > |
| <title>Introduction</title> |
| |
| <link href="book.css" rel="stylesheet" type="text/css"> |
| <link href="code.css" rel="stylesheet" type="text/css"> |
| <link rel="home" href="xtext.html" title=""> |
| </head> |
| <body> |
| <a name="Introduction"></a> |
| <h1>Introduction</h1> |
| <p> |
| Emf Parsley is a lightweight framework that allows easy and quick development |
| of EMF-based Applications. It can be configured to use all kind of EMF persistence |
| implementations (XMI, Teneo, CDO). |
| </p> |
| <p> |
| It aims at providing a set of Components like Trees, Tables and Detail Forms |
| that manage the model with the introspective EMF capabilities. |
| Using these components you can easily build forms, viewer or editors. |
| The framework provides basic UI implementations which are customizable |
| with Injection mechanism |
| (based on <a href="http://code.google.com/p/google-guice">Google Guice</a>). |
| </p> |
| <a name="reflectiveComponents"></a> |
| <h2>Reflective Components</h2> |
| <a name="easyToCustomize"></a> |
| <h2>Easy to Customize</h2> |
| <a name="architecture"></a> |
| <h2>Architecture</h2> |
| </body> |
| </html> |