1 / 16

The iiuf Java Package Part I

The iiuf Java Package Part I. Simon Schubiger and Oliver Hitz DIUF, University of Fribourg. Outline. Introduction GUI (Swing and Awt) Development Tools Network Utilities Conclusion. Introduction. Goal: Share common source with minimal overhead through CVS. 21.02.2001: 1413 Classes

yule
Télécharger la présentation

The iiuf Java Package Part I

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The iiuf Java PackagePart I Simon Schubiger and Oliver Hitz DIUF, University of Fribourg

  2. Outline • Introduction • GUI (Swing and Awt) • Development Tools • Network • Utilities • Conclusion

  3. Introduction • Goal: Share common source with minimal overhead through CVS. • 21.02.2001: • 1413 Classes • 906 Source files • 127141 lines of code

  4. Pros and Cons +Reuse +Versioned code base +Clients for Windows, Unix and MacOS +Remote access +Authors are around the corner -Little maintenance -Lazy documentation

  5. Where? • CVS root: • iiufsun00.unifr.ch:/home/iiufdev/cvsroot • DOC • http://www-iiuf.unifr.ch/iiufdev/doc • Jar • /home/iiufdev/distr/java/iiuf.jar • 3rd Party • /home/iiufdev/distr/java/

  6. www-iiuf/iiufdev/doc

  7. GUI • Awt • Use Swing instead, still some useful Utilities • Swing • GraphPanel • Tree Views • Properties Panel • Context Menu Manager • Multiline ToolTips • Resources

  8. GraphPanel

  9. Tree Views

  10. Properties Panel

  11. Miscelaneous • Context Menu • Manager • Multiline ToolTips • GraphPanel

  12. Tools • Logger (part II) • Bytecode analyzer & generator • Sourcewatch • Verify • Bibtex parser

  13. Sourcewatch

  14. Network • Winnetou http server (part II) • RPC compiler and runtime • Generates java client and server code • Supports UDP and TCP • MIME types • UDP Utilities

  15. Utilities • Preferences • Asynchronous Invocation • Encoders / Decoders • Base64, Crypt, UUEncode, Unicode, HTML, MacOS, TeX • Miscelanous • Timer, StopWatch, Queue, EventListenerList, Strings

  16. Conclusion • A lot of code, ready to use • Browse the doc to get a first idea • We are open for comments • You are welcome to contribute your code • See you next week for part two!

More Related