![]() http://www.alinous.org |
|
|||||||||||||||||||||||||||||||||||||||||||||||
![]() |
Alinous-Core's functionsThe Alinous-Core can control web programing features.I recomend you to take a look at Getting started Alinous-Core and run the example project at the first time. How the Alinous-Core works.The page of Alinous-Core consists of "*.html" and "*.alns" files. The "*.alns" files are optional. We can see some pairs of "*.html" and "*.alns" files those have same name. For example, "show.html" and "show.alns".![]() On accessing "http://localhost/select/show.html", the Alinous-Core executes the "show.alns" file. The the files with ".alns" extention are the AlinousScript files. The AlinousScript executed before showing HTML file. By executing it, the Alinous-Core make variables to put into HTML file. And we can put the variables into HTML design by using Alinous-Core's macro. Please take a look at What is Alinous-Core Using SQL in AlinousScriptWe can use SQL in the AlinousScript. The detail is hereHandle some HTMLs those contain forms as componentThe Alinous-Core has the virtual frame function. By putting "alns:tagid" and "alns:inner" attributes.The virtual frame is represented by the TD tag. Each part has own status and they works independently. For example.
The "child.html" and "child2.html" are shown in the two TD tags in the "parent.html".
Example with picture is there at About first sample.
Validation for HTML's from input variablesThe Alinous-Core supports validation for from input variables. We can easily make custom validation logic.The detail is here Http sessionThe Alinous-Core has function to handle session values very easily.The detail is here Forwarding and URL redirectionThe Alinous-Core supports forwarding and URL redirection. We can forward or redirect by returning a string variable in AlinousScript.The detail is here AuthenticationThe Alinous-Core supports Basic Authentication and Form Authentication.The detail is here SMTPThe Alinous-Core supports sending e-mail via SMTP.The detail is here File uploadThe Alinous-Core supports uploading files via HTTP.The detail is here RSSThe Alinous-Core supports RSS.The detail is here Java ConnectorThe Alinous-Core is written in Java language and works on the Servlet container. So, Alinous-Core can load jar file in "ALINOUS_HOME/lib" folder. The hot deploy of the Jar file is available.The detail is here |
|||||||||||||||||||||||||||||||||||||||||||||||