Ajax components for jsf

Hello
Ice faces or richfaces, could u guys give a feedback about your experience with it? I'm developing a ajax based portal, and i don't know which one of it i should use, and i d'like to hear someone that have used them before.
Thanks

Woodstock is another one that should be considered.

Similar Messages

  • Where can I download just the BluePrints components for JSF?

    I discovered the rating component that exists within BluePrints. I'm searching for a place to download this library without having to download the full J2EE package. Is this possible? Is there a jar and tld I can download and use in my JSF application to get access to this component?

    I also discovered the RssBar Component that I would like to use in my JSF web application.
    - Is there any possibility in the future that these components can be built/consumed using maven ?
    - Is there any effort to update the code to use a more recent version of the 3rd party libs ?
    - I have started writing a facelet taglib, will a future version of components support facelets ?
    -Steve More
    IMHO all JSF components should be as easy to use as:
    1. include in your pom.xml
    <dependency>
    <groupId>com.sun.javaee.blueprints</groupId>
    <artifactId>components</artifactId>
    <version>0.8</version>
    </dependency>
    2. Update your xhtml
    <ui:rssBar url="https://blueprints.dev.java.net/servlets/ProjectRSS?type=news"
    itemCount="4"
    title="News from BlurPrints"
    backgroundImage="default"
    fontSize="14"
    speed="3000"
    color="#00ffff"
    hoverColor="="#ff00ff">
    </ui:rssBar>

  • JavaFX as renderer for JSF view components

    I don;t know if I am asking the right question.
    Since javaFX has GUI components, Does sun provide JavaFX as a default renderer for JSF applications. Wouldn't that be cool say I define my view in some standard format and just configure a renderer in some xml and then with a magic, the UI is all based on JavaFX

    ejp wrote:
    So my question is primarily 'does this make sense?' Yes. I don't see why this wouldn't make sense.
    If so, secondly, does this imply I should/shouldn't use Facelets?For now on, it's recommend to start with it. It will be the default supported view technology as per JSF 2.0 and it offers much more advantages than the legacy JSP. Here's a nice document to start with: [https://facelets.dev.java.net/nonav/docs/dev/docbook.html].
    Thirdly, what else might I need in the stack?Maybe a 3rd party component library to take out the boring UI and ajaxical work from your hands. For example RichFaces.

  • Best practice for JSF 2.0 composite component?

    Following the various tutorials and blog entries I have found, I have managed to implement a few composite components. I want to do a more complex one, but haven't found and example yet to follow and my own proficiency in programming model isn't sufficient for me to determine the best way to do it.
    What I would want to implement is something like the following example.
    .. xmlns:mc="http://java.syn.com/jsf/composite/myComponent" ..
    <mc:addTwo value="#{SomeBean.someProperty}" />The included component has two fields, which when the user inputs those the someProperty is set to some calculation of those two (for example adding them together). What I think I need to do is implement a backing bean for the "addTwo" component and do the calculation there. Then when that is done the composite backing bean needs to access the using page's SomeBean.someProperty setter. How is this done?
    My actual intent is to make a component that looks up an entity in a data base based on a number of user inputs, then set the "someProperty" property to that value. If I could do the above example then I think I can apply the same principle, which is to have the composite component's backing bean access the someProperty property in the using page's bean via a #{cc.attrs.xxx} type reference. Am I on the right track?

    this certainly seems like the place for JSF 2.0 discussions, yes.
    It seems so obvious, was this forum called something else when this was posted perhaps?

  • Ajax components in Netbeans 6 M10

    I could not fine any Ajax components in Netbeans 6 M10. Anyone please advice me how to get it or import it.
    Thank you very much.

    I am still looking for help in this matter. Any advice from anyone will be greatly appreciated.
    Thank you.

  • When we will be able to use AJAX components inside a portlet?

    Hi
    Thank you for reading my post
    when we will be able to use AJAX components inside a portlet?
    thanks

    I noticed the failure of the portlet to load its needed JavaScript files. Are there additional problems with the Ajax components running inside a portlet? Using the weblets project seemed like one approach to dealing with the resource loading problem.
    ...Kevin

  • Html components to JSF

    hi
    i have a html page ie written purely using html tags. and im now trying to use the JSF components instead of html tags.
    is there any way to do this.
    i have to open the html file in JDev 11.and change the html tags to JSF.
    How to do this????

    im sorry to confuse u.
    im writing it again.
    i have a html page ie check_html.html
    i copied tht file along with the css and the images used in the file into the public_html directory of an exsisting project.
    and it runs fine.
    now i wanted to use jsf components in this html file.but in the component palatte there is only html componenets.so i could not replace the html components with JSF.
    so i saved this file as check_html.jsp file in the same location.
    now when i opened this file all tag lib are displayed in the component palatte.
    so i used the jsf components also in the new check_html.jsp file.and i could see it fine in the
    design view.
    By WEB-INF directory contains all xmls.
    but once i run this check_html.jsp page i am getting the error
    500 Internal Server Error
    javax.servlet.jsp.JspException: Cannot find FacesContext     at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:427)     at com.sun.faces.taglib.html_basic.FormTag.doStartTag(FormTag.java:345)     at check_html._jspService(_check__html.java:50)     [check_html.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)     at java.lang.Thread.run(Thread.java:595)

  • UI Components for folder tabs, trees and tables

    I hear quite a lot lately about how JSF is the Web equivalent of Swing, but I cannot find any references of support for some of the advanced Swing components, such as JTabbedPane, JTree and JTable. Are there such components in JSF, either from Sun, or from third parties?

    Good question. I have a thick swing client that began
    life as an applet and ended as as
    Java-Web-Start-launched application. It makes HEAVY
    use of JTable.
    I'm guessing JSF won't help us.Don't jump to conclusion.
    First check out this resources:
    http://www.cs.sjsu.edu/faculty/horstman/corejsf/geary-horstmann-corejsf-chapter9.pdf
    http://www.manning.com/mann (buy book or take a look on source code)
    http://thejspbook.com/aboutjsfbook.jsp;jsessionid=a974mvl_TiKf
    (buy book or take a look on source code)
    https://bpcatalog.dev.java.net/nonav/solutions.html
    http://www.ourfaces.net:8080/ourfaces/
    http://myfaces.org/
    Let me know if you need more functionality.
    I'm developing couple of related components so let me know if you need some extra functionality.
    Let's start compete with Swing :-)
    Vladimir

  • Failure to download ajax-components-0.96

    Hello,
    Am using netbeans 6.5 in a visual web JSF application, i want to include an autocompletion text field in a form. Most of the tutorials pointed that i need to download the ajax-components-0.96.complib however each time i try to access the link:
    http://developers.sun.com/prodtech/javatools/jscreator/ea/jsc2/reference/samplecomps/ajax-components-0.96.complib.zip
    am redirected to:
    http://developers.sun.com/jscreator/
    1- why each this redirection?
    2- is there a better way to add a auto-completion text field than the one described in the netbeans learning trail:
    http://www.netbeans.org/kb/docs/web/ajax-textfield.html
    Thank u

    Igor,
    Every organization participating in Ramp Up with SAP has a Ramp Up Coach. Please get a hold of your coach to assist you in getting access to the SPs.
    I know that SSM 10 is tied to SAP Solution Manager in ways that 7.5 wasn't. It may be a question of how to leverage Solution Manager to bring that SP into your environment.
    Regards,
    Bob

  • Components for Layout...

    * JavaServer Faces includes components for
    doing layout, and will (before final release)
    add editable tables to the mix. If you need
    a tree control or a menu, you can build (or
    acquire) a component that will do it for you,
    and that component will interoperate with
    Faces-based components from other sources,
    thanks to the fact that they will share the
    same underlying API standards.What exactly is meant by Components for Layout? I can understand that there will be some components that represent a tree view, but layout in my opinion deals with the layout of hmtl pages and what should that exactly mean?
    thanx,
    sven

    * JavaServer Faces includes components for
    doing layout, and will (before final release)
    add editable tables to the mix. If you need
    a tree control or a menu, you can build (or
    acquire) a component that will do it for you,
    and that component will interoperate with
    Faces-based components from other sources,
    thanks to the fact that they will share the
    same underlying API standards.What exactly is meant by Components for Layout? I can
    understand that there will be some components that
    represent a tree view, but layout in my opinion deals
    with the layout of hmtl pages and what should that
    exactly mean?
    Try out the MyFaces (= Open Source JSF Impl.) examples application:
    Go to "Options" page, change the layout and see what happens!
    Manfred
    mailto:[email protected]

  • Postback on Ajax render on JSF 2.0

    Hallo everyone,
    I have a .xhtml page divided in several h:form and I am trying to use the Ajax feature to refresh just some part of the page following user clicks without navigation in other pages.
    The problem is that for example the first click on a button in one of these forms is not recognized as a Postback so the 2-5 Phases are skipped (I logged the LifeCycle).
    The second click on that form then works well. BUT it will need two clicks on another form to have again a Postback.
    I am having this problem both using f:ajax tag either jsf.ajax.request script.
    Do I have to use a huge h:form containing all my elements? Or can I have force a postback trough a PhaseListener? How?
    Please help,
    Christian

    First of all thanks for the reply.
    I am already using the tag with different render forms as:
    <h:form id="form1" >
    <h:commandButton id="idButton1" image="/images/myImage1.png" actionListener="#{BeanJSF.doAction}" >
    <f:attribute name="paramID" value="#{BeanJSF.currentResultsData.rowData.recordID}"/>
    <f:ajax execute="@form" render="@form :form2" />
    </h:commandButton>
    <h:outputText value="BeanJSF.someResult" />
    </h:form>
    <h:form id="form2" >
    <h:commandButton id="idButton2" image="/images/myImage2.png" actionListener="#{BeanJSF.doOtherAction}" >
    <f:attribute name="paramID" value="#{BeanJSF.currentResultsData.rowData.recordID}"/>
    <f:ajax execute="@form" render="@form :form1" />
    </h:commandButton>
    <h:outputText value="BeanJSF.someOtherResult" />
    </h:form>
    My problem is that the first submit of one form is not a Postback (from the Lifecycle point of view) so just the second click goes trough the 2-5 phases.
    Do you have any ideas?
    Christian

  • How to download and install BluePrints AJAX Components

    Good Day
    Pls I need serious help on how to download and install BluePrints AJAX Components out side the update center embedded within the netbeans 5.5 ide because i can't connect to the internet from within the IDE.Pls can anyone help me pls help me.

        I would love for you to have ring back tones on Iphone 5s! Here is where you can purchase and manage your ring back tones: http://vz.to/15Jto4u
    AmberF_VZW
    Follow us on Twitter @VZWSupport

  • What is the best IDE for JSF

    Hi,
    We are about to start a new project using Technologies like Spring and JSF. I am looking for some IDE which provide us Drag and Drop support for JSF components.
    Moreover, the IDE is plugable with third party JSF components. So that all those component are available at Design Time.
    Till now, i am thinking for Sun Creator, but i am looking for suggestions.

    Hi Ali,
    I would suggest you go with NetBeans IDE 5.5 and using Visual Web. If you want to use Spring Framework, you can also do that because plugin for spring framework is available too.
    I've recently created my project which was using EJBs and I found NetBeans a single IDE to develop complete enterprise application.

  • Any GUI tool for JSF?

    Does anyone (IBM, SUN, Borland, open_source, etc) have GUI tool or GUI editor for building JSF?
    *Can I receive this forum at my email?                                                                                                                                                                                                                                                                               

    I just got back from the JavaONE convention in SF and Sun had a demo of an IDE project that is in progess. It was called "Project Rave". It looked like a really great tool. It had drag and drop components for a database query, web services functionality, and all of your JSP form objects. I was really impressed and think it will be a great tool. They also said that it would eventually support Java Rich Client development as well. They said it would not be available until Fall or the end of the year.
    -Andy

  • Error in Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

    Hello Everyone,
    I am a regular user of I-tunes but recently i dont know why but I got some error in Launching I-tunes. So as recomonded by "Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7" section. I started removing the products. But after removing Quick time, I tried to remove Apple Software Update but while uninstalling it gave error that "There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor." and the uninstall rollbacks.
    Please send me a feasible solution to this problem.
    Thank You.

    Uninstalling the iCloud control panel should allow you to do that folder deletion.

Maybe you are looking for

  • XP, Vista, where, what, how, how much--your help appreciated......

    New Mac Book Pro owner here. I will be starting a course of study in a month that requires Windows, to run its program. I left the Windows platform three years ago and have been very happy without it. However, now that it's a requirement, I have some

  • Boot camp and Vista...Windows give me boot up error

    I have the macbookpro with os 10.5.6. I just installed windows vista ultimate on bootcamp and loaded all the drivers. Everything works well except that when I boot up windows, in the beginning it gives me something like this: Unrecognized partition,

  • Move iWeb Seo Tool Tags and settings to a new MacBook

    I want to move iWeb Seo Tool Tags and settings to another MacBook. I have moved the ~Library/Preferences/com.ragesw.iwebseotool.xml and the ~/Application Support/iWeb SEO Tool. But when i open Seo Tool there is nothing in it. Can someone help me? Wha

  • Falied parts monitoring - warranty parts received handlling.

    Hi everybody I have a senario, in which when the customer claims warranty of certain parts, delears send those parts to OEM are closely monitored by the OEM. It checks for three possibilities 1. vendors sends defective parts. 2. OEM producess poor qu

  • Excel shows an error for large data dumps

    Hi, I have a report in which displays 10,00,000 records , for that i created an agent and run the report the data is loaded into excel when we open the excel it is throwing an error I so mimimum i need to display 5,00,000 records Error is A DDE error