views:

1047

answers:

3

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!

A: 

I wouldn't expect such a tutorial. Can you give some more details what kind of information you need?

rainwebs
Sure thing: A simple tutorial, for using the ICEFaces rich text editor, save it into a table on derby or MySQL, and all of this, using Netbeans.
ramayac
+1  A: 

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).

rainwebs
A: 

mmmmmmmmmmmmmmmmmmmmmmmmmmm good idea=)