Tampilkan postingan dengan label Web Application. Tampilkan semua postingan
Tampilkan postingan dengan label Web Application. Tampilkan semua postingan

Senin, 23 Desember 2013

Developing VMS (Vessel Monitoring System) For IMACS in Lombok

A few weeks a go, exactly on December 10 until December 12, I went to Lombok to testing VMS application I've developed. One of my task is testing and trying the VMS apps for real testing on board or vessel. This project is from IMACS USAID, because they want give this application to DKP Lombok for monitoring vessel under 30 GT. Because there's no regulation for monitoring vessel under 30 GT. 
It was very interesting experience, because that the first time I land my feet on NTB, and the first time testing real GPS devices on vessel board. May be I'll tell a lot about application in the next post. And here is the boat I used to try the apps and GPS.
Hee... May be in January, I'll go back to Lombok to present elogbook apps.

Rabu, 21 September 2011

Struts and Hibernate for Developing Java Web

For a few days a go I try to make a website with framework Struts and Hibernate. First of all, I try to make a simple login form that connect to database. The Struts handles for views and controller meanwhile, the Hibernate handles the database. It's a very quite easy to develop a big web apps with this two framework. I also make my own database. When I write this blog, I'm in the middle of development. So, I will make a tutorial for Struts and Hibernate later after I finish my work. And also my workspace are Netbeans IDE, Struts, Hibernate, and Glasfish Server.

Jumat, 26 Agustus 2011

Restore Glassfish Server 3 in Netbeans 6.9.1 on Ubuntu 10.04

When I made a web application with Netbeans yesterday, I've got a little problem when start the server. For the information, I use Netbeans 6.9.1, and Glassfish server 3 bundled with it. The problem I faced that the port 8080 was already use by other program, so I must change the port to start the server. I follow the instruction from this,but the server was gone. And the project had a warning of resolve server problem.
From my analisys, I must add a new server to Netbeans, especially for Glassfish server. When I add the Glassfish Server 3, and search for the installation path directory, there was a warning "glassfish does not have a usable default domain". But I checked in the directory, there was a domain. In my opinion, may be the permission problem. So, I add the permission to the glassfish installation directory where located in /usr/local/glassfish-3.0.1 with command
$ sudo chmod -R 777 /usr/local/glassfish-3.0.1/
And I add server again, the problem was solved.