WELCOME TO THE GENIUS WIKI : Différence entre versions

De Wiki
Aller à : navigation, rechercher
Ligne 13 : Ligne 13 :
 
So, <font color=#556B2F>'''GENIUS'''</font>, is a higher level layer based on swing, fully written in <font color=#FF8C00>Java</font> (no need of code generation) but allowing to create more easily such GUI.
 
So, <font color=#556B2F>'''GENIUS'''</font>, is a higher level layer based on swing, fully written in <font color=#FF8C00>Java</font> (no need of code generation) but allowing to create more easily such GUI.
  
==== Main advantages ====
+
== Main advantages ==
 
* Simplified approach, in particular about '''<font color=#FF0000>events management</font>''' (<font color=#4169E1>BEFORE</font>, <font color=#4169E1>AFTER</font>)
 
* Simplified approach, in particular about '''<font color=#FF0000>events management</font>''' (<font color=#4169E1>BEFORE</font>, <font color=#4169E1>AFTER</font>)
 
* Performing '''<font color=#FF0000>conditional display</font>'''
 
* Performing '''<font color=#FF0000>conditional display</font>'''
Ligne 20 : Ligne 20 :
 
* '''<font color=#FF0000>Process management</font>''' compatible of all OS (thanks to <font color=#FF8C00>Java</font>).
 
* '''<font color=#FF0000>Process management</font>''' compatible of all OS (thanks to <font color=#FF8C00>Java</font>).
  
==== Current version ====
+
== Current version ==
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Ligne 36 : Ligne 36 :
 
|}
 
|}
  
==== Remarks ====
+
== Remarks ==
 
* Some minor evolutions and corrections have been implemented in 1.6 version (see [[user_manual:diffv1.5v1.6|here]]). No incompatibility has been identified on V1.5 code source.
 
* Some minor evolutions and corrections have been implemented in 1.6 version (see [[user_manual:diffv1.5v1.6|here]]). No incompatibility has been identified on V1.5 code source.
 
* More complete tutorials are available in the Example package ({{:training:genius_examples.zip|Examples}}).
 
* More complete tutorials are available in the Example package ({{:training:genius_examples.zip|Examples}}).
  
==== Previous versions ====
+
== Previous versions ==
 
* Version 1.0
 
* Version 1.0
 
* Version 1.0A2
 
* Version 1.0A2
Ligne 51 : Ligne 51 :
 
* Version 1.5: some minor changes and corrections have been implemented. Moreover, only one incompatibility exists on the code source but is very easy to correct (see [[user_manual:diffv1.5v1.6|here]]).
 
* Version 1.5: some minor changes and corrections have been implemented. Moreover, only one incompatibility exists on the code source but is very easy to correct (see [[user_manual:diffv1.5v1.6|here]]).
  
==== Links ====
+
== Links ==
 
[[user_manual:introduction|User Manual]]\\  
 
[[user_manual:introduction|User Manual]]\\  
 
[[training:introduction|Training]]\\  
 
[[training:introduction|Training]]\\  

Version du 4 mai 2017 à 12:58

What does GENIUS means ?

GENIUS means GENeration of Interface for Users of Scientific S/W.

Why GENIUS ?

In Java world, basic tools, as swing, may become relatively complex to use because it stays at a certain low level (on the opposite, it allows to do a lot of things). Moreover, GUI for flight dynamics tools (or, more generally, scientific tools) need most of the time :

  • To enter input (numerical) data from the screen or the keyboard
  • To read / write these data into files
  • To execute computation thanks to these data,
  • To visualize results

So, GENIUS, is a higher level layer based on swing, fully written in Java (no need of code generation) but allowing to create more easily such GUI.

Main advantages

  • Simplified approach, in particular about events management (BEFORE, AFTER)
  • Performing conditional display
  • Read/write for files directly integrated
  • Units management
  • Process management compatible of all OS (thanks to Java).

Current version

Version 1.6
Disponibilité 14/03/2017
Javadoc yes
Dependencies Java 1.6
Miglayout 4.2
Jdom 1.1.2
Gettext-commons 0.9.8
JFreeChart 1.0.19
commons-io 2.4

Remarks

  • Some minor evolutions and corrections have been implemented in 1.6 version (see here). No incompatibility has been identified on V1.5 code source.
  • More complete tutorials are available in the Example package (Training:genius examples.zip).

Previous versions

  • Version 1.0
  • Version 1.0A2
  • Version 1.0A1
  • Version 1.1: there are some incompatibilities versus the V1.1 version (see here).
  • Version 1.2.1 (the V1.2 version does not exist actually as it has never been deployed)
  • Version 1.3: just a minor incompatibility versus the V1.2.1 version (see here)
  • Version 1.4 (not deployed)
  • Version 1.4.1: some interesting improvements with a minor incompatibility versus the V1.3 version (see here).
  • Version 1.5: some minor changes and corrections have been implemented. Moreover, only one incompatibility exists on the code source but is very easy to correct (see here).

Links

User Manual\\ Training\\ Utilities\\ Download\\

[[javadoc>fr/cnes/genius/current/|Current Java Doc]]\\ [[javadoc>fr/cnes/genius/1.0/|Java Doc 1.0]]\\ [[javadoc>fr/cnes/genius/1.1/|Java Doc 1.1]]\\ [[javadoc>fr/cnes/genius/1.2.1/|Java Doc 1.2.1]]\\ [[javadoc>fr/cnes/genius/1.3/|Java Doc 1.3]]\\ [[javadoc>fr/cnes/genius/1.4.1/|Java Doc 1.4.1]]\\ [[javadoc>fr/cnes/genius/1.5/|Java Doc 1.5]]\\ [[javadoc>fr/cnes/genius/1.6/|Java Doc 1.6]]\\

Genius 03-02-2015.pdf\\