Hi
Thank you for your replys.
My question is from Mr McClanahan , does Studio creator 2 support :
1-adding new components to pallete ?
for example how i can add myface components to its component set ?
2-there is a table component which could be bind to a data table
now :
1-does it support inline editing ? i mean it shows an editable GUI to user based on field type ,use checkbox for boolean , text box for text..,
2-does it support saving that inline changed data ?
for example user uncheck some of check boxes , change some of text fields... , now how it can save them all back to database ?
On 11/28/05, Craig McClanahan <[EMAIL PROTECTED]> wrote:
On 11/27/05, Werner Punz <[EMAIL PROTECTED] > wrote:
If you use Studio Creator2 you will have to use the RI,
the code this tool generates is very good but roots into the com.sun
hierarchy left and right, which is not TCK, hence you will have
to use the RI and additional creator runtimes for the new components.
As for ajax, use ajax anywhere, I have not used it yet, but it looks
very good.
Werner,
This is not quite right. The "com.sun" classes you are referring to are *not* dependent on the JSF RI ... they are a runtime layer on top of any standard JSF implementation (essentially at the same place that Shale would go).
The RI is definitely used inside the tool, but you're free to replace it in the deployed runtime application.
Craig

