Skip to content
 
 

Latest commit

 

History

195 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 this code in Tomcat 6.0+ :

Open the below two urls in different browsers to see the demo:

You will see them in your browser.

Praise to the Lord!

Praise to the Lord!

Hello World

true

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

Please check the example in hello.java to get how does the template to be rendered?

<javascript>

for(var i=1;i<10;i++) {
	println((i>5?Array(i).join('  '): Array(10 - i).join('  ')) + String.fromCharCode(96+i));
}
</javascript>

Result:

            a
          b
        c
      d
    e
      f
        g
          h
            i

Demo site: http://smalltalk.tinystruct.org

Also please see this project: https://github.com/m0ver/mobile1.0 http://ingod.asia

About

Code examples for your reference

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages