HTML SQL language Alinous-Core eclipse plugin
http://www.alinous.org
go to Japanese site
What's Alinous Downloads Documents Contributors Partners Contact
What's Alinous
Downloads
Documents
System environment
Getting started
Alinous-Core's functions
About first sample
Reference Manual
Contributors
Partners
Contact
Top Page
ECサイト構築パッケージOpen-EC ECサイト構築パッケージOpen-EC
INFORMATION
Now Alinous-Core is Release1.0.x.
You can download it as Eclipse-Plugin.

FREE DOWNLOAD

  • Developer's blog
  • Alinous-CMS(Japanese only)
  • Webデザイン制作 Mer Design








  • About first sample

    We can learn a lot of things from the first sample.
    About how to create this project, please take a look at Getting started

    View folders

    After creating a sample project with the new wizard, following folder structure is there.

    The contents are in the "ALINOUS_HOME" folder.

  • /ALINOUS_HOME/admin/
  • Login example.

  • /ALINOUS_HOME/boxtest/
  • Handling form example.

  • /ALINOUS_HOME/img/
  • Images are in this folder.

  • /ALINOUS_HOME/insert/
  • Handling INSERT SQL example.

  • /ALINOUS_HOME/boxtest/
  • Handling form example.

  • /ALINOUS_HOME/lib/
  • Library folder.

  • /ALINOUS_HOME/logoff/
  • Doing Logging off example.

  • /ALINOUS_HOME/rss/
  • Handling RSS example.

  • /ALINOUS_HOME/select/
  • Handling SELECT SQL example.

  • /ALINOUS_HOME/upload/
  • Handling file uploading example.

    About /ALINOUS_HOME/index.html

    The top file is the "/ALINOUS_HOME/index.html". When we access "http://localhost:8080/", we can see following page.



    Next let's access "http://localhost:8080/default.html".



    We can locate other pages into the parent html's <TD> tag with "alns:inner" tag.

    <TD alns:tagid="contents" alns:inner="/default.html"> </TD>

    By using "alns:tagid" attribute, the <TD> tag's area is named "contents".
    Then we can load another page into the area by using <A> tag.

    <A href="/select/" alns:target="contents">Select DB Form</A>

    By knowing this function, we can learn the first example very smoothly.
    Please access "http://localhost:8080/select/" after viewing page which appears after clicking "Select DB Form" menu item on the left side of "index.html".



    COPYRIGHT (C) 2007 CROSSFIRE JAPAN INC. All Right Reserved. This page is LINK FREE.