Skip to content

Podolsky divide two packages application and framework

Yuri Podolsky requested to merge podolsky-app-builder into master

Project has been divided by two packages:

  • application
  • framework

Package application includes WebApp, Resource;
Package framework includes DispatcherServlet, invocations.Invocation, utils.Reflections

Signature renamed to Invocation
MyController renamed to Resource
App renamed to WebApp

In Resource added HTML template for best experience in browser

Edited by Kostyantyn Matlayev

Merge request reports