2007年8月8日水曜日

Focusing on fulltext search of PostgreSQL

Now we are focusing on the fulltext search function. There is a fulltext search engine for The PostgreSQL named 'senna' in Japan.

We can use it in other languages. So after evaluating the function, I'll write here about it.

In order to evaluate it, I have to add compiler support for '@@' operator. The '@@' operator means fulltext search. The usage is simular to one of the 'like' expression.

2007年8月7日火曜日

My presentation is on Nikkei ITPro in Japan


Last day, I did presentation in the Lightweight Language conference.
Now the picture and article is on Nikkei ITPro in Japan.

Article(Sorry Japanese only)
http://itpro.nikkeibp.co.jp/article/NEWS/20070806/279163/?P=5&ST=oss

Picture

2007年8月5日日曜日

Thank you PostgreSQL

I posted Press Release of Alinous-Core to PostgreSQL announce mailing list. Now the release was accepted and sent to the readers.

I thank PostgreSQL for sending my release.

I've started development with PostgreSQL, so at the first time, Alinous-Core supports only PostgreSQL. Now a day, Alinous-Core also supports MySQL and Apache Derby, but I thnink the main DB for Alinous-Core is the PostgreSQL and I'm going to add much more functions for PostgreSQL.

2007年8月4日土曜日

Speach in Japanese Event

Today, I did speach in Japanese Event named "Lightweight Language Spirits".

Many program manias are there in the event. I'm surprised at the numnber of the audience.

I thought I love programing, but the audience does more than me. That's because the event starts at 10:00 am and ends at 20:30, but almost nobody goes home !!

2007年8月2日木曜日

Commercial server released

Commercial server of Alinous-Core has been released and started support.

Please take a look at
http://alinous.org/contact/

2007年8月1日水曜日

Alinous-Core 1.0.71 Released

Alinous-Core 1.0.71 Release has been released.

On this update, the following things are changed

  1. Bug on using AREA is fixed.
  2. DerbyManager is added into the Alinous-Core plugin.
Next, we are going to make the DerbyManager's source code opened and available only itself.

2007年7月28日土曜日

Making DerbyManager's page

Now almosy finished to make DerbyManager Eclipse Plugin version 0.0.1.

So, I'm making the Eclipse plugin's page.

http://www.alinous.org/contributors/derbymgr/

Soon, every one can download the plugin and the sourcecode.

2007年7月19日木曜日

Apache Derby Eclipse plugin

Now we are going to make Apache Derby Manager plugin.

We are planning to release it as OpenSource and free product.

2007年7月16日月曜日

Now preparing for commercial server with support

Now we are preparing for commercial server.

We can purchase runtime server with support from ComponentSource.com soon.

The ComponentSource.com provides Back2Back support, so ComponentSource and CROSSFIRE JAPAN INCORPORATED support you if you purchase commercial server.

Alinous-Core 1.0.70 Released

Alinous-Core 1.0.70 Released has released.

The chages from the last version is :-

  • Fixed debugger's bug on the windows platform

2007年7月9日月曜日

Alinous-Core 1.0.69 Released

Today, we released Alinous-Core 1.0.69 Release.

The 1.0.69 Release additionally supports

  1. RSS support
  2. MySQL support
  3. Fileuploading support

We can download it from http://alinous.org free.

2007年7月1日日曜日

Now Testing Attribute Processor

Now, we are testing attribute processor.
And writing more detail of Alinous attribute processor's manual.

http://alinous.org/wiki/index.php?Alinous%20HTML%20Manual

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)