I am now in the phase of design and analysis of a software project. So i have to choose what should i use in this project.
For the presentation layer my candidates are Tapestry 3.0.3(because i don’t want to use Tap 5 who is still in alpha), ZeroKode (based from my recent experience) and Webwork (which i use in my last project). (more…)
October 30, 2007
What to choose?
October 22, 2007
(Not) Simple JSF+Spring
I don’t know why but suddenly i want to take a look of this framework. So, i search some jsf tutorial and download jsf distribution framework (jsf 1.2) . I create a simple hello world project using my eclipse ide after following instruction from the tutorial i found. try running it using jetty 5 and the result is it didn’t work..
i found java.lang.NoClassDefFoundError: javax/el/ELResolver error. (more…)
October 18, 2007
xampp
Are you familiar with PHPTriad in windows? Well you can get the same one for linux. Auto install apache,php,mysql and phpmyadmin. But becarefull, must configure phpmyadmin security first.. because it has a blank password in default installation. You can get xampp here.
Map Windows from Linux
We usually map linux share from windows using samba. Not the other way around. But i learn today that it can be done. We can use Sharity to do that.The configuration is very easy. All you have to do is extract the package on your linux. And run the application. For you who like GUI(like I do), there is one so don’t worry.
After you run the application, enter your windows share, and your folder in linux file system as the mount destination.
For the free version we can only mount one share at a time. It’s okay for me though
October 17, 2007
ZK.. the next best thing
I read about ZK in Matt Raible blog. This is one of the site i frequently read for new information about Java world other than theserverside.
So after taking a small look in their site, i decide to try it. I download the zk-bin-3.0.0-RC.zip package and ZK-devguide-3.0.0-RC.pdf yesterday and try it this morning. (more…)
DNS Setting using Webmin
After all of this years, i’m back again interacting with Linux world. This is because i was asked by my former school teacher Pak Naryo to help him do the DNS setting.
Well, honestly i’m not good at it also, in fact i’m not good at linux at all. But this is the opportunity to learn. So.. why not i say
And after three days of no luck finally i got it right(well atleast it worked on me hehehe…). (more…)