Thank you for watching my product.
Now I'm updating sample project. Currently The new project wizard contains
the apache Derby database , but sometimes it doesn't work correctly, because
the version is low or my handling it is wrong.
So once I remove it and after checking it, reorganize the Derby support. I
think if it work fine, it is good database for simple applications.
It is because if we can use it, we can work the Alinous-Core sample without
database install.
I hope everyone install PostgreSQL. It is easy to install and use.
After I update the samples of Alinous-COre, I'll report it in this support
blog. Then please update Alinous-Core plugin from eclipse.
... (more)
Today added document about Thread synchronization.
In Alinous-Core, synchronized block, list like java, is available.
http://alinous.org/html/documents/manual/synchronize.html
This block has 2 ways about usage.
standard synchronized blocknamed synchronized blockThe detail is simply
written in the document.
This function will used frequently used in Rich Client UI using jQuery.
Because conflict of resource access is big enemy for the Rich Client UI.
And I consider distributed servers, such as clustering web server using cloud
computing. This lock is available in the tomcat cluster.
The Ali... (more)
The format, JSon and XML represents almost same structure of values. But
recently, most of jQuery application use Json.
I think it is because JSon is easy to write, and the format is simpler than
XML. When I implement functions handling SOAP and AJAX in Alinous-Core, which
is programming language that I made, I felt JSon is light weight and easy to
deal.
And recently, when we do SEO, server response speed is required. If the data
transferred through the network is light, the server response speed become
higher. So I think developers of Javascript and jQuery choose the JSon.
Respons... (more)
Alinous Document CMS is easily available. It works on the server and cloud
supporting Java Platform.
... (more)
Today, I've add Alinous-Core IDE and Server's system requirement.
The IDE and Server are both free. You can download it from website. If you
want to work Alinous-Core application, I recommend you to setup Alinous-Core
IDE at first.
Alinous-Core IDE has embeded web server based on Tomcat. And the debugger is
on the server. So the embeded server works debug mode.
You don't have to install Alinous-Server before you finished to make
application and deploy into your server.
The Alinous-Server is release mode. There are no debugger there and work
fast.
If you want to deploy it, please sel... (more)