Paketname | giws |
Beschreibung | Generate C++ class wrappers to call Java methods/objects |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.1.1-1 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 296 Byte |
Hängt ab von | python, python-support (>= 0.90.0), python-libxml2 |
Empfohlene Pakete | |
Paketbetreuer | Sylvestre Ledru |
Quelle | |
Paketgröße | 36922 Byte |
Prüfsumme MD5 | d641456172344d56d6bbb2fd87315ebd |
Prüfsumme SHA1 | 36d5aa79052bf72b6473845395a22c3c59cc8603 |
Prüfsumme SHA256 | e223bd14197461e8ea5edd8f04530be1e15320a6d1b2542d79f87d5a0764e312 |
Link zum Herunterladen | giws_1.1.1-1_all.deb |
Ausführliche Beschreibung | Giws is basically doing the same stuff as SWIG but the opposite.
Calling Java from C/C++ can be tricky: JNI calls are complicated
especially when dealing with non primivite types or arrays,
performance issues must be kept in mind all the time,
the code can be redundant (checking exceptions, checking returns
of operations...).
Giws hides this complexity through a C++ class which wraps the
Java class.
|