Pages having eclipse tag

Currently, I'm making remote debugger for Paas Oriented Agile NoSQL. Debugging is essential factor for Paas software.
Local Debugging and Remote Debugging
I'm now making debugger to debug applications on localhost. And it uses socket to communicate with the application server and debugger engine.
Read more
Now started to make Server Side Debugging Framework of the database and programming language. This is job to start on 16th august 2016.
Debugger Engine for Paas Cloud and Eclipse IDE
This application server program is designed for Paas Cloud Development Environment. Therefore it have to communicate with both Eclipse Plugin and Web IDE.
The server side debugger engine uses socket on communication with program editor.
Read more
This page shows you the technical topics on writing Testing Automation code using the Selenium and JUnit. These techniques are often used in the example project and tutorial. Please refer this page from the link on reading example's explanation.
- Connect to the web browser
- Using Firefox web driver
- Using Chrome web driver
- Using Selenuim
- Set the select input's value
- Take a screenshot
- Download a file
- Database setup Automation
- Backup current data
- Restore data from backup data
Connect to the web browser
In order to make WebDriver connecting to the web browser, you have to initialize it. The code to do it is at the java class, which is named "org.alinous.test.common.WebDriverFactory".

Read more
Light Weight Language is very powerful tool to develop application. Easy programming code is also easy to understand what we do. So the number of bug will decrease.
But it is very hard to check most of bugs. And testing process is almost same, because we make the first code, we have to do black box testing.
On black box testing, ease of coding has nothing to do.
Read more
Alinous-Core server and the IDE updated. In this release,
- New example to test jquery project added
- The jQuery project is modified to be testable
- Bug fixed
- Server configuration updated
The Eclipse IDE is available from network installer of Eclipse.
The new server module is available from Alinous-Core server's download page.
seo
Read more
Today Alinous-Core IDE 2.0.20 released. The Alinous-Core server is unchanged
The change is below.
The Alinous-Core is useful eclipse plugin to support server side program for jQuery.
By understanding these examples, I guess you can make Rich UI web based application rapidly. The pattern used in web development is not so many. So once you prepare them, your development speed is highly enhanced.
And there are many useful and free jQuery UI plugins in the internet. This time I focused on the FullCalendar plugin. This is very useful plugin.
This has a lot of functions and to customize it is very easy. If you have to make a schedule management application, you can make it in 30 minutes by using this example.
Next mission of this software is below.
- Making more application examples
- Making selenium example project
Next especially important theme is testing software. The cost of testing is so huge that I always recommend to automate that. Next time I'll make the example using selenium.
Read more
Alinous-Core for PostgreSQL has registerd in Eclipse Marketplace.
Alinous-Core is listed in the Database Development category, because it is for PostgreSQL users to develop web application very easily.
Currently, PostgreSQL upgrades rapidly and new functions about data structure is inreasing. So I have to study them and add function into Alinous-Core.
Read more
Today, Jan 4 2015, updated the Eclipse based development environment into 2.1.53. The last version was 2.1.51. so it updated 2 versions.
Main update tasks
Currently, I'm testing the Content Management System on this website. The CMS have to be strong at Search Engine Optimization and acquiring customer's access. Especially, it is important to the website of the enterprise and small business.
I'm making 2 application component in the CMS.
Read more
We've started to log the update for each versions. And make the development status open.
Recently, Alinous-Core updated many times. It is because the application written in Alinous-Core increases, and they require a lot of function for the Alinous-Core programming language.
Every time, I've added new functions, so it become very huge.
Read more
Today, I am checking functions of Alinous Document CMS. And I thought it is difficult to make server side program without hint.
So I am making following parts.
- Content Assist for functions and Database scheme
- Popup tool tips for Database Table
When I use the Alinous-Core eclipse plugin, I use these functions heavily.
Read more