You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matt Foulks edited this page Oct 23, 2015
·
1 revision
Connect
Java-Based web interface library designed to make interfaces a snap to create. Have all the power of java, with all the simplicity of web technologies.
Easy Interface Creation
Creating an interface can be a challenging aspect of program design, and take up valuable time that could be spent working on your solution, with Connect, all you have to do is import the library, and in as little as 2 lines of code you can have your own web based interface up and running. Check out the tutorials below.
Tutorials
In two simple lines of java, you can create the base for your interface, doing away with the hassle of setting up a web server, linking imports, and referencing documentation.
Where more granular control is required, you can begin to use the deeper functions of connect. Below is the same example as above, but in expanded form.