2007年6月30日土曜日

Updating class loader

Now testing MySQL JDBC availability. Then I found unimplemented functions of AlinousClassloader.

So, I'm going to replace it into new one on the next release.

2007年6月29日金曜日

Updated website and wiki

I've updated System requirement's page.

http://alinous.org/doc/system.php

The Alinous-Core is provided as WAR file working on Java Servlet Container.
And I also filled Standard function's page.

http://alinous.org/wiki/index.php?Alinous%20Standard%20Functions%20Manual#ba1fb364

The regular version will be released after few days.

Creating product server

Now we are creating product server with support.

We are planning to ship at the middle or last of 2007, July.

2007年6月28日木曜日

interface for MySQL JDBC Driver

Now I'm making Interface for MySQL JDBC Driver.

We have to download MySQL JDBC driver and put it into "ALINOUS_HOME/lib" dir. It is because of the licence of MySQL.

2007年6月27日水曜日

Making standard library

I'm now making standard library for Alinous-Core. The library is provided as JavaConnector's library.

2007年6月25日月曜日

Created a movie to run the example


I created a movie to run the example project after installation of Alinous-Core Eclipse plugin.

By watching this, you can see how easy to startup Alinous-Core development.
Please download and try it !

2007年6月24日日曜日

Updating the web site

I updated the website. The updated page is :-

http://alinous.org/doc/features.php


I have to write more documents about JavaConnector and the examples in the Alinous-Core Eclipse Plugin.

Updating the status into beta

We released Alinous-Core 1.0.62 and updated the development status into BETA.

The update site of Eclipse Plugin has changed. Please take a look at :-

http://alinous.org/download/

Now Testing JavaConnector

I'm now testing JavaConnector.

I'll provide you some JavaConnector's sample.Maybe in 1 or 2 days, I can release it.

About next release

On the next release, JavaConnector's sample will be available.
By creating sample project of JavaConnector, we can recognize what Alinous-Core can do. We also learn almost every thnings about web-application are realizable.

2007年6月23日土曜日

Alinous-Core Alpha 1.0.61 Released

Released bug-fixed version.

The fixed bugs are mentioned in the following post.

http://alinous.blogspot.com/2007/06/now-fixing-bugs-of-1060.html

Making JavaConnector example


Now I'm making a example of the JavaConnector. The JavaConnector is one of the feature of Alinous-Core. By using JavaConnector, we can access Java methods in a jar file located in "ALINOUS_HOME/lib" folder.

The example will be added into "Alinous-Core" category of the new project wizard.

Now fixing bugs of 1.0.60

Now fixing small bugs of version 1.0.60

  1. If there are multiple projects in a workspace, all breakpoints those are not of the running project are set.
  2. On running project, not on DEBUG MODE, the breakpoints are set and hit.
  3. Adding Alinous-Core nature to the project after creating new project is not implemented.

Those will be fixed version 1.0.61.

Updating the web site

Some specifications of The Alinous-Core have changed. So I've got to update the web.

Especially the process of the installation changed. Now we do not need to install PostgreSQL before installing Alinous-Core Eclipse Plugin. If PostgreSQL is not installed, the Apache Derby will be setup as default database.

2007年6月22日金曜日

Making Eclipse Debugger


Making the debugger was very difficult. But I'm sure that's necessary for new language to lead poeple to use it.

The reason why I made The Alinous-Core

I've made this Alinous-Core because I like Java language but I do not like the web framework. I think the php is easier. But if the web project becomes big, it is not easy to maintain it written in PHP.

So I made The Alinous-Core.

Alinous-Core is a language to handle HTML and SQL, but it has a interface to access Java method directly, which is called Java-Connector.
I'm going to start writing the wiki manual of Java-Connector.

Please check RSS of http://alinous.org/wiki/ .

Beta version

I'm now testing the Alinous-core and the IDE.
After testing this, I'm going to upgrade the version tag into beta.

Alinous-Core Alpha 1.0.60 Released

Alinous-Core Alpha 1.0.60 Released. The difference bwteen last version and this is :-

  • DISTINCT at the SELECT sentence is abailable
  • PostgreSQL is not necessary to run Alinous-Core(Use embeded Derby Database instead)