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.