Skip to content

A simple self-written Java Web Framework, an Application Server, and a demo application developed using the framework. The code was written for a guest lecture for students of Nazarbayev University, Astana.

Notifications You must be signed in to change notification settings

SagynyshBaitursinov/SimpleWebFrameworkNU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The SimpleWebFramework

from the lecture given by me to the ACM Student chapter, NU. 16.02.17

Thanks to Tair Sabirgaliev (@tsabirgaliev) for inspiration.

To make the framework work:

  • Have JDK 1.8 and Maven installed on your computer.
  • Build the sstframework project with maven.
  • Add sstframework jar to your local maven repository.
  • Make sure that sstframework is included as a maven dependency when sstserver is built.
  • Build simpleapp with maven.
  • Run sstserver jar and provide location of simpleapp as a parameter to it.
  • Enjoy

About

A simple self-written Java Web Framework, an Application Server, and a demo application developed using the framework. The code was written for a guest lecture for students of Nazarbayev University, Astana.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages