Advanced topic: third party component info updated

This is a more advanced topic which may be useful to those interested in getting their own JSF custom components integrated with Creator. I've updated the info the page http://wiki.java.net/bin/view/People/ImportingCustomComponents and also fixed problems with the earlier sample code.
-Edwin
Creator Team

I am finding difficulties adding the calender
component into my Sun creator. I have done the
following.
1- I have downloaded the Calender-src from your
website. the file extension is winRAR.
2- I have unziped the file into a new folder. in the
new folder I have calender and META-INF as a
subfolders.
4- It looks to me at this stage that the Calender-src
need to be compiled and build. because I can not see
any jar file in these dirctories.
5- I have tried to build and create jar file. I used
asant command but I got 100 compiling errors
6- Here are a sample of these error
[javac] (FacesContext context,
ext, UIComponent component,
[javac] ^
[javac]
vac]
D:\JSF\calendar-src\calendar\src\com\example\render\Ab
stractRenderer
.java:483: cannot resolve symbol
[javac] symbol : class UIComponent
[javac] location: class
lass com.example.render.AbstractRenderer
[javac] (FacesContext context,
ext, UIComponent component,
[javac] ^
[javac]
vac]
D:\JSF\calendar-src\calendar\src\com\example\render\Ab
stractRenderer
.java:484: cannot resolve symbol
[javac] symbol : class ResponseWriter
[javac] location: class
7. Can you please give me an easy to use instructions
to create the components, and can you please start
fron the begining after I download the the file from
the web site.IIRC, there is a README.txt file in the package that has more info. The current component import has some problems and we are working to improve it in the next release. It's not as simple to get working as it should be. The latest version of the calendar library has this file which you can download from http://wiki.java.net/bin/view/People/ImportingCustomComponents
-Edwin

Similar Messages

  • Third Party Component Support in Design View

    in this article:"
    http://flexwiki.adobe.com/confluence/display/ADOBE/Flex+Builder+3+Planning"
    the follow is shown:
    Third Party Component Support in Design View
    Planned milestone: M3
    Flex Builder should have better support for third-party
    components in design view. Also, the components view and the
    properties view should be just as good for 3rd party components as
    it is for Adobe Flex components like charting and advanced data
    grid controls.
    * The component author should be able to specify the
    category for the Components panel.
    * The component author should be able to control the
    Standard View property sheet including the Common and Style
    categories
    * A component developer should be able to deliver a single
    component in a SWC that contains all appropriate information
    * The component author should be able to include Design view
    extension code to specify Design View surface behavior
    * The component author should be able to specify the default
    code that gets inserted when a component is dropped on the stage
    I wonder how to specify the category for my components, is
    that some compile options or some configure file?
    thx

    /bump
    Noone any information about that topic? This would be a great
    usability enhancement...
    Regards

  • Render Related -JSF Third party Component

    Hai All
    I am having doubt regarding JSF Third party component like Jmaki ,MyFaces or something like that . How the third party component match with JSF life cycle even though there is no java classes for managing and rendering the Third party component . what i basically mean to say is if we use <h:inputText> in our JSF page , the inputText component will managed by many java class like UIInput.class and HtmlInputText and InputTextRender and so on. next if we use dojo.dropdowndatepicker ,there is component for managing this component like UIDate, HtmlData .
    could you tell me how third party component working without any problem.
    Thanks for advance
    Selvakumar.k

    If you look in the jar files for the libraries, you will find a faces-config.xml file containing such configurations.

  • JSF render -Third party component

    Hai All
    I am having doubt regarding JSF Third party component like Jmaki ,MyFaces or something like that . How the third party component match with JSF life cycle even though there is no java classes for managing and rendering the Third party component . what i basically mean to say is if we use <h:inputText> in our JSF page , the inputText component will managed by many java class like UIInput.class and HtmlInputText and InputTextRender and so on. next if we use dojo.dropdowndatepicker ,there is no component for managing this component like UIDate, HtmlData .
    could you tell me how third party component working without any problem.
    Thanks for advance
    Selvakumar.k

    If you look in the jar files for the libraries, you will find a faces-config.xml file containing such configurations.

  • ADF does not recognize third party component tag.  Namespace error.

    Hi Guys and Gals,
    Using JDev 11.1.2.2.0.
    I'm using a third party component tag in my .jspx page (xmlns:ipp=""). Everything works fine in a .jsp (Note, no 'x' in the filename), but when I convert to a .jspx file, I get the following error:
    OracleJSP error: oracle.jsp.parse.JspParseException:
    Error: oracle.xml.parser.v2.XMLParseException ( /Login.jspx ):
    line #:38 column #:62 : Namespace prefix 'ipp' used but not declared.
    *.JSP*
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ipp="">
    //html code
    <ipp:connectToIntuit></ipp:connectToIntuit>
    // ...*.JSPX*
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" ...  xmlns:ipp="">
    // adf markup
    <ipp:connectToIntuit></ipp:connectToIntuit>
    // ...Why does one work but not the other? How do I get ADF to recognize this tag for .jspx pages when it works just fine for .jsp?
    Thanks in advance,
    Will

    jspx means Well formed XML for JSP. well-formed XML may allow your editor to identify more typos and syntax errors as you type

  • How to include a third party component into a netbeans project

    I am working in netbeans 5.0 and i want to include a third party component into my project.I have the jar files of a text editor ie FCK text editor.Could anyone tell me how to include the component into my project

    - Put the jar file on a location you want (the location must be the same for all developers).
    - Select the "Libraries" node of your project.
    - Press the right mouse button to bring up the popup menu and choose "Add JAR / Folder..."
    - Locate and select the JAR file you need and press OK.
    - Now you have included it into your project.

  • How to expose to test automation dynamically generated third party component

    We need to expose to test automation extended check box (which is not our component), that is dynamically generated and works together with tree.
    So, our application contains the  following code:
    import org.sepy.ui.CheckBoxExtended;
    checkBox = new CheckBoxExtended();
    Then all properties of check boxes are set dynamically.
    These check boxes are  used with the tree, to select  any of its nodes.
    When using test automation tool (we are evaluating RiaTest), automation tool agent sees the tree, but it does not see checkboxes, and therefore selection  of tree node cannot be automated.
    Is there any  way to make automation tool agent see this check box? There is a procedure for instrumenting custom components, but this is like third party component.
    Thanks,
    Miroslaw

    I am beginning to think that there is no solution to my problem. Let me better define the problem:
    1. Automation tool does not see extended check box.
    2. The container of extended check box is standard tree (nothing to instrument).
    3. Extended check box is third party component which was derived from standard button, and not standard check box (theoretically nothing to instrument again).
    4. Extended check box was used in item renderer class of the tree.
    Maybe elements used in item renderers cannot be exposed to automation tools (I have tried FlexMonkey and RiaTest, but they both failed)?

  • Third party sales-Accounts updated

    HI Friends,
    How financial accounts are posted in FI like which is credited and debited in Third party order processing.
    Thanks in advance.
    Vamsi P

    Hello Friend,
    When ever we have postings in finance we will have debit as well as credit in equal scale. And very sorry but Its not quite clear that about which debit and credit you are asking.
    How ever I am giving some Fi function which takes place while doing thisrd party transaction.
    The billing in <b>third-party order processing (TPOP)</b> uses the standard FI functions to:
    • Invoice Creation and Generation (ERS)
    • Update of Accounts Receivable
    • Update of Billed Quantity
    • Update of Accounts Payable
    • Offsetting Accounts

  • Intune & Third Party Software Automatic Updates

    Can Windows Intune ensure third party software such as Java, Adobe Reader, & Flash is updated? I at-least want an email when a PC has an out of date version of the above software. If Windows Intune can't do
    this, any recommendations?
    We're a small business that simply uses Windows Intune and Office 365. Recently a PC had a vulnerable/out of date version of Java and visited a compromised site, resulting in a nasty virus. Obviously I don't want this to happen again.
    Update: I ended up using GFI Cloud's patch management to address the lack of automatic third party patching in Windows Intune.

    That requires manually uploading patch files for third party software daily... I'm looking for something that can automatically update common third party software that cause major security concerns, or at-least notify me when they are out of date.

  • Third party software not updating anymore!

    It used to be the case that i could open, speed download, VLC, skype or whatever and the app would tell me there is an update to download. However this last few months all my third party software has stopped doing this, even if i physically go to 'update software' in the menu bar the message i get is this 'there is currently no software update for this app'.
    If i go to the venders websites i can download and drag the software into applications where it overwrites no problem.
    Any theories as to why this has started to happen to all my software except for OSX updates which work fine.

    no, never heard of it actually
    ??

  • Third Party Sales- VPRS updation

    Hi all,
    When i create Order related billng how system will know whether order qty=delivered qty by vendor?
    if Or is 10qty & Vendor has supplied 7 then?
    is it updated by MIRO transaction?& how VPRS(Statistical price) ie. price at which vendor has supplied goods to us.will update in F2 for customer?
    regards,
    Amol

    Dear Amol
    The third party order the billing relevence is always set to F because the order qty might not be delivered by the vendor always and there can be a mismatch
    In cash sale only the billing relevence is always set to B because the cash sale as a process the customer picks up the goods from the stores and pays for it then and there so there cannot be a difference between order qty and delivery qty and so the order qty can be billed
    This is what i was trying to explain you in the earlier thread and you didnot value the right pt  
    If you set billing relevence as B in third party then there you must be sure of vendor supplying the whole qty
    Again this is against SAP standards and LOGICS also
    The VPRS value is picked from MMR as explained by the other friend
    Regards
    Raja

  • Is there any third party component set which could be added to platte ?

    Hi
    Thank you for reading my post.
    is there any 3rd party components package which could be installed into Creator 2 ?
    Thank you.

    Hi,
    There are third party components like MyFaces, OurFaces, WebGalileo which are available.
    Below are some threads which have discussions related to third party components:
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=58656
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=57119
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=48666
    The following also could be of interest to you:
    http://developers.sun.com/prodtech/javatools/jscreator/reference/codesamples/samplecomps/index.html
    The following Technical articles deal with custom components:
    Introduction to Building Your Own JavaServer Faces-Based Components
    Creating a JavaServer Faces Component Library for Java Studio Creator
    These can be found at:
    http://developers.sun.com/prodtech/javatools/jscreator/reference/techart/index.html
    Hope this helps you
    Cheers
    Giri

  • Third Party Component Vendors

    Hello,
    Can anyone tell me if there are any big companies that specialise in third party components for Oracle.
    I am most specifically after components for data loading.

    Have a look at Don Burleson's article
    Hypercharge Oracle table inserts
    http://www.dba-oracle.com/oracle_tips_data_load.htm

  • Is there any third party component required to run SAP Mobile ?

    Hi Gurus,
    What 3rd party mobile components are required to run SAP mobile (E.g DB2e)? Do any of them require separate licensing thatu2019s not covered by the SAP licence?
    Thanks in Advance,
    Dharani

    Hi Larissa Limaravo,
    Thank you so much for you detailed answer.
    Can you please let me know your view on this please.
    Q4 What do we get in terms of remote management (i.e. any of the security points above plus deployment of software and remote support)? Is there any benefit in moving to 7.1 from 7?
    Thinking of the supplied XAPPS that are available with SAP mobile, how configurable are they in terms of:
    Q5
    u2022     Adding new fields (both for info in the field and for engineers to return additional data).
    u2022     Changes to validation.
    u2022     Changes to workflow within the application.
    u2022     Anything else!
    Q5.1  Is there an IDE or tool available for implementing configuration changes?
    Q5.2  What weu2019re after here is a feel for the overall influence on functionality, expressed as a percentage (e.g. 0 no influence to 100% complete control), which can be achieved with configuration?
    Q5.3  Typically, who is responsible for making configuration changes, would it be possible to do this in-house or would we require experienced consultants? If this is a split between the 2 could we get a feel based on the most commonly requested changes?
    Q5.4  With regard to customizing supplied XAPPs or writing our own, would we be talking Java development through webdyn pro? How would customisation impact patching and upgrades of the SAP infrastructure?
    Q6  Our assumption is that SAP mobile solutions are only suitable for SAP backend systems owing to the tight integration. In your experience, has anyone successfully implemented a SAP mobile solution on a non SAP backend system? Would you, as experienced SAP consultants, recommend such a venture?
    Q6.1  How would we go about integration of other systems on the mobile device? For example GPS, Barcode, Cameras or other applications like boiler diagnostics. Again, can you break this down into tasks that can be performed in house vs. tasks that are typically performed by experienced consultants?
    Q6.2  This is a bit of a vague question so I must apologies in advance: Company will ultimately control our production environment but weu2019d be interested in having some control to be able to deploy configuration changes without having to bother them. If you could suggest if and how this arrangement would be implemented, then I can approach company to assess the feasibility.
    Thanks in Advance,
    Dharani

  • Third Party Access to update SAP system vi SAP Portal..

    Hi Expert,
    We need to  implement  SAP Vulnerability in EP , Could you please advise me what are things need to be taken place in EP 7.01 SP 13  to stop portal access from  any anonymous user who is not in part of business user...
    Thanks in advance for supporting lot and guide a right path to implement this in porta....
    Best reagrds,
    Sudhir

    Hi Michael,
    there are different ways of accessing the SAP backend system from an iView developed with the PDK for .NET. You can use
    - the SAP Connector for Microsoft .NET (design time supported only in VS 2003, runtime works in VS 2005)
    - Web Services if your SAP system is running on Web AS 6.40
    - Web Services via XI/PI or BizTalk Server
    - 3rd party adapters
    - Enterprise Services
    If you browse through the forum and sdn.sap.com of www.microsoft.com/sap you will find a lot of information and pros/cons for the different methods of how to connect to the SAP system.
    - Juergen

Maybe you are looking for

  • Import PO Secess dot get post (for capital goods)

    1)     created import PO(capital goods material) 2)     capture excise 3)     Made GRN 4)     Post excise invoice when post in J1IEX, and simulate, Secess dont come. remaining all comes ex CENVAT OH     S Debit     719.87 CENVAT on CG-ADC     S Debit

  • Creating Logical Standby, DBMS_LOGSTDBY.BUILD; Hangs on Primary..

    My two node RAC database Primary hangs upon executing SQL> exec DBMS_LOGSTDBY.BUILD; when creating a Logical Standby. I have stopped all the recovery processes on the Physical Standby. I have also taken down the instances on the RAC apart from the on

  • Object Browsers

    Has anyone out there had any luck identifying object browsers for the forte environment? I'm aware of Rational Rose' and Select' reverse engineering capability that allows the creation of inheritance diagrams. But this is a disconnected capability ba

  • Export as Many Records, as Have Been Imported

    Hi, guys! I have to Export as many records from FDM, as have been Imported. Can you advise any script, which can do such actions? Best Regards

  • Help!  converting imovie to flash?

    I'm really stumped on this one.  I love editing videos in imovie.  The internet auction company who will be showing our videos at auction time- not such a fan.  He sent me the specs that the videos need to be in order to work on their system.  I'm so