vote up 0 vote down star

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!

flag

3 Answers

vote up 0 vote down

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

link|flag
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 Jun 1 at 23:57
vote up 1 vote down

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

link|flag
vote up 0 vote down

mmmmmmmmmmmmmmmmmmmmmmmmmmm good idea=)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.