MasterLinux / AlphaUML

AlphaUML is an UML editor for Java written in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlphaUML is an UML editor for Java written in JavaScript with the help of the Dojo Toolkit - http://dojotoolkit.org/ - and Adobe Air. 

It provides the following features:

- optimized for the Java programming language
- round-trip engineering
  * forward engineering & reverse engineering
  * not really round-trip, caused by my self-written Java parser grammar ;)
  * client-side java parsing with the help of pegjs 
     -> see https://github.com/dmajda/pegjs 
- an integrated source code editor with syntax highlighting
  * see Ace https://github.com/ajaxorg/ace
  * for editing source files in the UML editor
- file system access via Adobe Air
  * see http://www.adobe.com/devnet/air.html
  * only used to get access to the file system 
    and for providing a client-side web-app
- single page web app
- completely written in JavaScript
  * object-oriented  
- development focus on being a fully web app

___________________________________________________________

License:

The MIT License (MIT)

Copyright (c) 2011 Christoph Grundmann

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

AlphaUML is an UML editor for Java written in JavaScript


Languages

Language:JavaScript 99.7%Language:Java 0.3%