Skip to content

ssbroad/tinystruct2.0

 
 

Repository files navigation

tinystruct2.0

Build Status

This is an example project based on tinystruct2.0, it supports both C/S application and B/S web application development.

To execute it in CLI mode

$ bin/dispatcher --version

  _/  '         _ _/  _     _ _/
  /  /  /) (/ _)  /  /  (/ (  /  2.0
           /
$ bin/dispatcher --help
Usage:	dispatcher [--attributes] [actions[/args...]...]
	where attributes include any custom attributes those defined in context 
	or keypair parameters are going to be passed by context,
 	such as: 
	--http.proxyHost=127.0.0.1 or --http.proxyPort=3128 or --param=value
	
$ bin/dispatcher say/"Praise to the Lord"
Praise to the Lord

Running it in a servlet container

# bin/dispatcher --start-server --import-applications=org.tinystruct.system.TomcatServer

You can access the below URLs after deployed the project in Tomcat 6.0+ :

A demonstration for comet technology:

Live Demo Site:

Results in your browser should be:

Praise to the Lord!

Praise to the Lord! true

你知道全世界最畅销的书是哪一本书吗?

Explore it

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Bitdeli Badge

About

Code examples for your reference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • Java 12.8%
  • Other 0.2%