Any serious JSF/Jsp control library

Hi,
We need to decide on a technology for a new project. The project requires a modern and cool web user interface.
We have extensive knowledge of java, j2ee and JSF however in our previous projects we did not have such high demands on the GUI side so we could manage with the standard JSF component with myfaces enhancements.
In the current project we need much more "serious" components: Hierarchical Grid, preferably with client side editing and virtual scrolling, Navigation controls, Docking panels. All controls should have full client side support and built in AJAX capabilities.
Naturally, we prefer to use java/j2ee for the new project; however, I could not find any serious tag libraries for jsp or JSF. The library I am looking for should match what 3rd party control libraries offer in the ASP.NET world (for an example see http://www.telerik.com). We are willing to buy the components (at a reasonable price).
Am I missing something? Is anyone familiar with such a library?
TIA

It's not JSF, but a JSP custom tag library, but one inexpensive library is dotJ.
http://www.dotjonline.com
- Joe

Similar Messages

  • I did allllll that is listed below, but when I get to sync iPad, it won't sync, what do I do? Preparation Before you connect any device to a new library go to the Devices tab

    THis is what I did, but when I get to sync, it won't sync.....what do I doLynnLynn
    Preparation
    Before you connect any device to a new library go to the Devices tab of the the preferences panel via Edit > Preferences (Windows) or iTunes > Preferences (Mac) and ensure the box next to Prevent iPods, iPhones, and iPads from syncing automatically is ticked. You can now safely connect the device to your computer without the danger of media being automatically deleted or overwritten.
    If this device contains contacts or calendar items that are not already on the computer you are using, and that you wish to recover, then make sure you have at least one contact & one event in the applications that will sync with the device (e.g. Windows Address Book or Outlook under Windows, iCal & Address Book on a Mac).Dummy entries will do, but there must be at least one if the data is to be retrieved from the device in step 7 below.
    Transfer purchases
    You can transfer your iTunes Store purchases into a new library, after connecting the device, with the menu itemFile > Transfer Purchases from <Device>. You should be prompted to authorize the computer to your iTunes account if you have not already done so. If your device holds content from more than one account you will need to authorize each one.
    See also: HT1848 - iTunes Store: Transferring purchases from your iOS device or iPod to a computer.
    Back up (iOS only)
    If this is an iOS device you should now right-click on it (control-click on a Mac) in the left-hand column of the iTunes window and click Back Up to make a backup of the current settings and application data on the device.
    Recover other media
    iTunes only permits the transfer of iTunes Store purchases. If your device contains other media that you've ripped from CD or downloaded from other online stores you can either go back to the original sources or use third party software to extract your data from your device. There is a list of some of the software available below.
    Recover other purchases
    Your device may not have held all your iTunes Store purchases. You can recover qualifying purchases from your account by visiting the home page of the iTunes Store and clicking on the Purchased link in the Quick Linkssection in the right-hand column.
    See also: HT2519 - Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Restore (iOS only)
    Having backed up your device, and rescued all the media from it that you can, you should now restore the device from the backup that you took earlier to ensure that the device is properly associated with this new library. Right-click on it (control-click on a Mac) in the left-hand column of the iTunes window and click Restore from Backup...
    Sync
    Set up your preferences for syncing Music, TV Shows, Podcasts, Info etc. then click Sync. For a device that holds calendar or contact information you should be prompted to restore or merge. Click merge to copy this information into your computer. Your device is now properly associated with your new library and you shouldn't have lost any data.
    Backup your library
    For the future you should backup your library to a separate hard drive or network share as restoring a backup is much easier than the process above. The user tip Backup your iTunes for Windows library with SyncToy gives a suggested way of doing this effectively for Windows users. Mac owners can make use of Time Machine, or useCarbon Copy Cloner which does a similar job to SyncToy.

    This is the ipod touch forum.
    Try posting in the ipod nano forum.

  • Oracle portal using JSF, JSP, Struts framework

    Hi ,
    Can anyone tell me how to build an oracle portal using JSF,Jsp and Struts Framework.
    Also please provide any manual or documentation for developing oracle portal.
    Thanks in Advance,
    Raghav

    At present, i think the best thing to do is to look at the example provided with the struts-faces integration taglib. I don't know any documentation about it.
    http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/

  • Error when compiling JSF JSP

    I'm getting the following error when I try to compile an application containing a JSF JSP in JDeveloper 10.1.3. The error is:
    Error: java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo.<init>(Ljava/lang/String;ZLjava/lang/String;ZZ)V
    I've checked the files in the classpath and the TagAttributeInfo class is located in <install>/j2ee/home/lib/servlet.jar. I decompiled the class and it does have a constructor that takes (String, boolean, String, boolean, boolean).
    The only change I made between when things worked and now is that I tried to add a JSF JSP that used the ADF classes. But once I started getting this compilation error, I removed the ADF classes from the project, so they shouldn't be causing any problems anymore.
    Any ideas what's wrong?
    Thanks

    Hello,
    May be that your classpath doesn't include that location ?
    Have you tried to put the TagAttributeInfo.class file into your current folder
    (or may be in ..\<your_project>\Classes\.. path ) ?
    To check if your classpath does actually include your path, you could run:
    <%@ page contentType="text/html;charset=windows-1252"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Dummy JSP-CLASSPATH</title>
    </head>
    <body>
    <%
    out.println("<h1><em>JSP Showing your CLASSPATH</h1></em>");
    out.println("<hr></hr><p>");
    out.println(System.getProperty("java.class.path"));
    %>
    </body>
    </html>
    Hope this will help you.
    Stephan

  • OLite compile JSF JSP error

    I'm using Olite 10g. I created a JSF JSP in JDeveloper and compiled and tested in. I packaged the web application into a WAR file and expaned it into the OLite webtogo root. When I use the package wizard to publish the web application, the JSF JSP fails to compile with this message:
    oracle.jsp.parse.JspParseException: Line # 4, <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    The JSP lines look like this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    Does anyone have any thoughts as to how to resolve this issue?
    Thank-you.

    Here is a bit more with respect to the package wizard output message:
    C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\_pages
    Created Directory _pages : false
    These are the jspc arguments: -appRoot C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\ -d C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\_pages -packageName maintab -srcdir C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\pages -verbose -addclasspath C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\WEB-INF\classes;C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\WEB-INF\lib\commons-beanutils.jar;C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\WEB-INF\lib\commons-collections.jar;C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\WEB-INF\lib\commons-digester.jar;C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\WEB-INF\lib\commons-logging-api.jar;C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\WEB-INF\lib\commons-logging.jar;C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\WEB-INF\lib\jsf-api.jar;C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\WEB-INF\lib\jsf-impl.jar;C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\WEB-INF\lib\jstl.jar C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\login.jsp C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\maintab.jsp C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\index.jsp
    Translating file: C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\login.jsp
    Translating file: C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\login.jsp
    Parse error in login.jsp:
    oracle.jsp.parse.JspParseException: Line # 4, <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    Error: java.io.FileNotFoundException: C:\oacle\Olite10g\Mobile\Sdk\wtgsdk\root\maintab\http:\java.sun.com\jsf\html (The filename, directory name, or volume label syntax is incorrect)
    ...

  • Strategy for integrating JSF/JSP with EJB?

    Both JSF/JSP and EJB seem to be developing independently of each other. What is a good strategy for integrating them? I'm not sure how access my entity/session beans from my web pages.

    Follow the MVC architecture. Don't access EJB's from JSF/JSP pages. Here are some basic rules to follow.
    1) never put java code in JSP's. JSP's are for viewing data only. They should never contain business logic nor be tied to the business tier.
    2) JSP's should always send HTTP requests to servlets. Use the servlets to control the flow of the application and make decisions on which JSP should be returned to the client. Make calls to the EJB's from the servlet to perform business logic.

  • JSF JSP : Graph Component is always rendered.

    On my JSF Jsp page i am displaying the Grpah.Now the issue i am facing is if i have one chart and one table in one form , the form is always displayed first then table even if the table is drawn first in design time. IS there any way to Hide the graph Because this component does not have the rendered property.
    I want to render the graph conditionaly.Also Is it possible to change the graph type dynamically ie on selection of any radio button. I can get the handle of button in my Backing Bean.
    I tried to put the graph in Form PanelBorder as well as in table and set the rendered property to false but still the graph is showing.
    Please help us....Pleas point us to some sample examples where thsi kind of scnario is done.
    Thanks

    Thanks Frank. It worked. Can we change the graph type dynamically....Like if it is Pie chart and we want change it to Line chart Dynamically on click of any button.Because i can see only the VO association in my jsp page.
    This is very critical requirement for us.
    Thanks
    Anshu

  • Differences between JSF & JSP?

    Hi tecs,
    I m workin on JSF since last 1 month.
    Can u tell me some functionality that can only b performed by JSF & cant be done by JSP.
    In this 1 month , i realized tht in JSF everything is automatic i.e u do some thing on UI and the changes are automatically reflected in bean & viceversa, v dont have to write any explicit code.
    But this can also be done in JSP by writing getters & setters and using getParameter & setParameter.
    Can u tell me some strong features of JSF tht cant b implemented any how usinf JSP?
    Thnx in advance

    I see.
    Well, it enforces MVC patterns, where J2EE doesn't.
    JSF focusses less on request parameters, and puts a greater emphasis on the backing bean. Which isn't to say that JSF does not use request params, it just covers it up more by pushing those values into the model at the apply request values phase.
    Hmm... That's about all I can think of that I would consider "significant". There is of course other things, like the faces-config.xml file, renderers, validators, converters, and components. They are much more streamlined and modular in JSF than in J2EE. In a lot of ways, JSF forces you to follow some good practices when it comes to web development.
    Well, I hope that helps a bit. Good luck with your seminar!
    CowKing

  • Methodaology to use a commom JSF/JSP page for both PDA and PC Browser

    hello,
    I am planing to write an application that should work on both PDA(Windows CE 4.2 Client) and PC(Desktop).I choosed JSF as it supports Rendering.Is there any methodology so that i can use a common JSF/JSP for both the client.
    As the PDA browser space constrint i can not use the same page for both.
    One way as i know is Conditional Component display whre there are ceparate components for PDA & PC ..But i need a methadology where in i can use same component for both PDA & PC .
    I came to know about the XML rendering capability of JSF can this be used?..
    can anybody please hep me in this regard.
    thanks & regards
    ullas kumar

    Firefox Mobile sends "Android" in its browser identification. If the site is checking for that, then you should get a mobile page. If the site requires more, e.g., Chrome, Webkit, or some other text, then that's a problem because Firefox doesn't use those terms. With server-based redirection, you cannot see what the site is checking for.
    For testing, or to work around sites not knowing about Firefox Mobile, you could try the Phony extension: https://addons.mozilla.org/en-us/mobile/addon/phony/

  • How to show a PDF with a JSF jsp.

    Hello,
    I want to show a PDF in a JSF jsp.
    I'm a newbie with this, and don't know where to look for information about that.
    Any example on the web ?
    Thanks in advance

    I think you will need to eventually get it to the HTML <object> tag anyway.
    <OBJECT data="yourPDFhere.pdf" type="????""/>
    and to get the byte[] to the client you may need to make a Servlet to respond to *.pdf requests and feed the correct session 'in memory' pdf out the stream.
    Here is an example from some svg 'in memory' per session I was testing:
    * SessionServlet.java
    * Created on June 3, 2004, 12:09 AM
    package com.hypernex.xml.svg;
    import java.io.*;
    import java.net.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    * @author  Roger I Martin, PhD
    * @version
    public class SessionServlet extends HttpServlet
        /** Initializes the servlet.
        public void init(ServletConfig config) throws ServletException
            super.init(config);
        /** Destroys the servlet.
        public void destroy()
        /** Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
         * @param request servlet request
         * @param response servlet response
        protected void processRequest(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException
            ServletContext context=getServletContext();
            java.util.Enumeration e=context.getServlets();
            while(e.hasMoreElements())
                System.out.println("servlets \t"+e.nextElement());
            /*e=context.getAttributeNames();
            while(e.hasMoreElements())
                System.out.println("AttributeNames \t"+e.nextElement());
            e=request.getParameterNames();
            while(e.hasMoreElements())
                System.out.println("ParameterNames \t"+e.nextElement());
            System.out.println("getContextPath "+request.getContextPath());
            System.out.println("getRequestURI"+request.getRequestURI());
            response.setContentType("text/xml+svg");
            PrintWriter out = response.getWriter();
            HttpSession httpSession=request.getSession();
            System.out.println("getQueryString"+httpSession);
            if(httpSession!=null && request.getRequestURI().endsWith("wafermap.svg"))
                /*e=httpSession.getAttributeNames();
                while(e.hasMoreElements())
                    System.out.println("httpSession AttributeNames \t"+e.nextElement());
                SVGProducer svgProducer=(SVGProducer)httpSession.getAttribute("waferMap");
                out.print(svgProducer.getSVGView());
            else if(httpSession!=null && request.getRequestURI().endsWith("hardware.svg"))
                SVGProducer svgProducer=(SVGProducer)httpSession.getAttribute("hardwareBean");
                out.print(svgProducer.getSVGView());
            else if(httpSession!=null && request.getRequestURI().endsWith("geometry.svg"))
                SVGProducer svgProducer=(SVGProducer)httpSession.getAttribute("geometryBean");
                out.print(svgProducer.getSVGView());
            else
                try
                    java.io.BufferedReader br=new java.io.BufferedReader(new java.io.FileReader("./webapps"+request.getRequestURI()));
                    String line=null;
                    while((line=br.readLine())!=null)
                        out.println(line);
                    br.close();
                catch(java.io.IOException ioe)
                    System.out.println("ioe:"+ioe.getMessage());
            out.close();
        /** Handles the HTTP <code>GET</code> method.
         * @param request servlet request
         * @param response servlet response
        protected void doGet(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException
            processRequest(request, response);
        /** Handles the HTTP <code>POST</code> method.
         * @param request servlet request
         * @param response servlet response
        protected void doPost(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException
            processRequest(request, response);
        /** Returns a short description of the servlet.
        public String getServletInfo()
            return "SVG graphics handler";
    }

  • EP 6 SP2 and Domino JSP Tag library

    I have been able to establish DIIOP connection between EP6 and Domino based on the workaround posted in this form. Calling the lotus.domino.* classes work just fine.
    However I haven't been able to get EP6 to work consistently with the Domino JSP tag library.
    Has anyone been successful in using the Domino JSP tag library?
    Thanks for sharing any insights/workarounds.

    Hello Luc,
    yes. Pls. perform the following steps:
    (1) add a reference to the taglib in portalapp.xml component profile
                   <component name="default">
                        <component-config>
                             <property name="ClassName" value="com.test.LotusJSPTest">
                             </property>
                             <property name="SecurityZone" value="com.test/high_safety">
                             </property>
                        </component-config>
                        <component-profile>
                             <property name="lotusTagLibary" value="domtags.tld">
                             </property>
                             <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld">
                             </property>
                        </component-profile>
                   </component>
    (2) add a reference in the JSP
    <%@ taglib uri="lotusTagLibary" prefix="domino" %>
    (3) then use the taglib as documented, e.g.:
                 <domino:session id="session1" host ="p70448.wdf.sap.corp:8000" user="*webuser">
                        <domino:db id="db1" dbname="portalchallenge.nsf" >
                             <domino:view id="view1" viewname="view103">
                                  <domino:viewloop id="loop">
         <tr>
         <td style="border: 1px solid #000000; padding: 2px; text-align:right"><%=loop.getPosition('.')%></td>
                                            <td style="border: 1px solid #000000; padding: 2px"><domino:item name="txt_KeywordCode"/></td>
                                            <td style="border: 1px solid #000000; padding: 2px"><domino:item name="txt_Description"/></td>
                                            <td style="border: 1px solid #000000; padding: 2px"><domino:item name="txt_List"/></td>
         </tr>
         </domino:viewloop>
                               </domino:view>
                          </domino:db>
                     </domino:session>
    The easiest way to start is to make domtags.jar, domtags.tld, domutils.tld and NCSO.jar part of your portal application.
    Regards
    Michael

  • JSF JSP Template

    Hi all, I'm using JDev 10.1.3. I have been trying to create some templates for my web pages but cannot get to the wizard. The "JSF JSP Template" item is not available in the "New Gallery". Any help is appreciated.

    It would be very interesting to have a more clear status about templating technology that will be implemented in the adf faces next release :
    1) does the technology be based on tiles, jsp, other
    2) what enhancements oracle plan to developp in templating, do you plan to introduce protected an updateable region like asp.net, do you plan to permit inheritance (extension)
    This is very important for people planing to use this technology at an enterprise level to build current application in a compatible way (reducing migration when the technology will be available) ?

  • External hard drive failed, lost music library. Any way to get music library from iPod classic to itunes on PowerBook G4?

    External hard drive failed, lost music library. Any way to get music library from iPod classic to itunes on PowerBook G4?

    Recover media from iPod
    See this post from forum regular Zevoneer for options on moving your iPod data back to your computer.
    tt2

  • Unable to submit any item in the form library through InfoPath form

    I had created a form and link to a form library, but when i click on new document  it show me this dialog box with URL
    ms-infopath:nft|u|.....|s|......
    and then it open InfoPath form after submitting it does't not insert any value in the Form library.
    In my case
    1.I want to remove ms-infopath:nft|u|.....|s|......
    2. Form should open in web browser.

    Hi
    ank89 ,
    Please take steps as below:
    Create a Form using SharePoint Form Library template.
    After customizing the form , click  File ->Publish -> SharePoint Server -> save the form -> in the Publishing Wizard page input your site URL -> provide your authentication account.
    Check “Enable this form to be filled out by using a browser” and Form Library.
    Select your Form Library and edit the Form Library field , then Publish it and you will get what you want.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Session in JSF JSP page

    Hi All,
    I am using JSF JSP pages. One such page is login.jsp I have backing object backing_login
    On successful login, listUser.jsp page is displayed. In this page, I have a HTML --- Commons Hyperlink component as follows.
      <tr>
                  <td height="17">
                    <a href="http://129.212.139.36:8991/GeminiLogin-ViewController-context-root/faces/listUsers.jsp">
                      Manage Users
                    </a>
                    <afh:script binding="#{backing_createModify.script1}"
                                id="script1"/>
                  </td>
                </tr>
    Now the question:---
    I do get to know the UserType in the backing_login object (either 'cma' or 'ea').
    Now, if it is cma I want the above link tobe dispalyed in listUser.jsp else DO NOT display the link.
    How can I do that ? I dont know, how to pass UserType information available in baking_login to the listUser.jsp and
    second, how can conditionally use that info to either hide or display that hyperlink ?
    Your help appreaciated.
    thanks in advance
    pp

    You can use an ADF Faces link component and condition the display attribute for it on the value of your backing bean
    There are some samples of conditional display in the posts from Grant here:
    http://groundside.com/blog/GrantRonald.php?m=200512

Maybe you are looking for

  • Schedule line in delivery

    Hi friends, I have  a scenario where the client has created the sale order say on 22.2.2008 ,but did not get the confirmed quantities on that day.Now assume the quantity receieved is on 22.3.2008 during availibilty check. Now the client wants to do a

  • How to reinstall Safari 5 on a Mac

    I was having issues opening safari and saw that alot of people were re installing it so i deleted it off my computer so now i have no browser to download it from. HELP!

  • Migration Assistant can't see my USB ext HD for Time Machine!

    Here is a question for Pondini! I've read through many of the threads here, including Pondini's tutorials on how to set-up Time Machine, use Migration Assistant, etc. Alas, I'm not a technical person and have hit a wall. Here's the scenario: Last wee

  • Two Message Mappings in one Interface Mapping without using BPM

    Hello Experts, I have this scenario, please help me I have to execute two mappings of which one is a java mapping and then the other is a message mapping sequentially. The mapping is something like below Message1  -> (java Mapping) -> Message2 Messag

  • Creating Interactive PDFs from InDesign

    I have been researching using PDF to display database drive data merged into a PDF online.  I have investigated http://www.asppdf.com/ and http://www.aspose.com/categories/.net-components/aspose.pdf.kit-for-.net/default.aspx that provide solutions fo