Do you know any good tutorial, for making a really simple journal(blog) like web app with ICEFaces, using Netbeans (6.5.1) as an IDE?
Thanks!
Do you know any good tutorial, for making a really simple journal(blog) like web app with ICEFaces, using Netbeans (6.5.1) as an IDE?
Thanks!
I wouldn't expect such a tutorial. Can you give some more details what kind of information you need?
Basically, you need the component and a corresponding backing bean (this is code from the component showcase):
The "value" attribute delivers HTML code. This code has to be written to the database via the backing bean. For this you have different methods. Normally, you use ORM techniques. Following JPA is a good idea. This allows to use Hibernate, TopLink, etc. You can also use Spring to handle all this a bit easier (e.g. its Hibernate Template).