Any IDE support for JSF

hi all;
i am looking for IDE support for JSF.
i dont mind downloading evaluation versions or beta versions of IDEs.
any IDE support out there?

Great, you can register to be informed when the free early version is released ! And you can win, guess what ? A workstation ! Thanks Sun !
http://see.sun.com/Apps/DCS/mcp?q=ST1D003TFMRg9a6

Similar Messages

  • Any idea, Eventid for Subnet creation\deletion in AD? Eventid for Site creation\deletion in AD?

    Any idea, Eventid for Subnet created\deleted in AD? Eventid for Site created\deleted in AD?

    If you just want to know when those sites and subnets have been created, you can just look at their whenCreated attributes. If you want to track subnet and site creation in real time, you need to enable the audit.
    Enabling the audit consists of two steps:
    Enabling the audit of the category of your choice. If you are using the
    old way to performing auditing, it is the category Audit directory service access. If you are using the
    advanced auditing (available since Windows Server 2008 and higher versions, more granular) you have two options. The category DS Access/Audit Directory Service Access and/or DS
    Access/Audit Directory Changes. The first one generate the same eventid for creation and deletion: 4662. The second one have an eventid for the creation: 5137 and one for the deletion: 5141
    These audit settings need to be applied on the domain controllers therefore you can do that through a group policy link at the appropriate level.
    You need to configure the
    SACL of the resources you want to audit. And tell you want to catch child object creation and child object deletion. I believe this is already configured by default for the CN=Sites on the configuration partition, so just make sure and you should be good
    to go
    I would recommended to go for the advanced auditing, make sure you follow the steps mentioned on the links I provided. If there is already a policy in place, make sure you are not breaking anything :)

  • Is there any commercial support for LCCS services? What are the associated SLAs

    Hi,
    Following are some queries regarding LCCS.
    Is there any commercial support for LCCS services? What are the associated SLAs of the support and the cost?
    Can I Using applications developed using LCCS for commercial purpose?
    Does Adobe allows its LCCS service customers to offer applications developed using LCCS API for 3rd party commercial usage.
    Thanks & Regards
    Amit

    Hi,
    We were selling LCCS to enterprise customer under a different licensing program, but have since stopped the sale of that.
    You should check out this thread - http://forums.adobe.com/message/4110049#4110049 for a discussion on this.
    Jeff

  • Is there any planned support for the "do not back up" extended attribute for iOS

    Starting in iOS 5.0.1, Apple has introduced a new "do not back up" extended file attribute that will allow an app to store downloaded data into the application folder.  Is there any planned support for setting this attribute within an AIR application or is there currently a way to set this attribute using the existing AIR SDK.

    Yes, this is exactly what I'm wondering too. Without it, we can't build any apps that download content without the risk of the content being deleted.
    Here's the background before Apple introduced the new "do not back up" attribute:
    http://www.marco.org/2011/10/13/ios5-caches-cleaning
    Fortunately, Apple addressed it after that blog post in 5.0.1. See bullet #4 here, quoted below
    https://developer.apple.com/icloud/documentation/data-storage/
    Q:  My app has a number of files that need to be stored on the device permanently for my app to function properly offline. However, those files do not contain user data and don't need to be backed up. How should I store those files in iOS 5?
    A: Starting in iOS 5.0.1 a new "do not back up" file attribute has been introduced allowing developers to clearly specify which files should be backed up, which files are local caches only and subject to purge, and which files should not be backed up but should also not be purged. In addition, setting this attribute on a folder will prevent the folder and all of its contents from being backed up.
    Important: The new "do not back up" attribute will only be used by iOS 5.0.1 or later. On iOS 5.0 and earlier, applications will need to store their data in <Application_Home>/Library/Caches to avoid having it backed up. Since this attribute is ignored on older systems, you will need to insure your app complies with the iOS Data Storage Guidelines on all versions of iOS that your application supports.
    Now we just need Adobe to support the attribute in the AIR SDK. What do you say Adobe?

  • Is there any Java support for RFC 3229?

    Hi,
    RFC 3229 appears to be the modern form of HTTP DRP. Is there any Java support for this at all? Are there any Java HTTP servers, HTTP client libraries that support it?
    Thanks,
    Curt
    RFC 3229 Delta encoding in HTTP
    http://www.ietf.org/rfc/rfc3229.txt
    The HTTP Distribution and Replication Protocol
    http://www.w3.org/TR/NOTE-drp-19970825

    Hi,
    We were selling LCCS to enterprise customer under a different licensing program, but have since stopped the sale of that.
    You should check out this thread - http://forums.adobe.com/message/4110049#4110049 for a discussion on this.
    Jeff

  • IDE Support for Oracles Forms and Reports

    Hi All,
    I am beginning a software integration project and would really appreciate it if you could give me some guidance. I wish to find an IDE that will support Oracle Forms & Reports (6i and 9i/10g) development (in particular support for coding of .rdf and .fmb files) either natively or via a plug-in. Is anyone aware of such an IDE or plug-in? Thanks in advance.
    -S

    Thanks for your input Jacob, that answered my question. I was wanting to know if there was any IDE that could be used to develop fmb's or rdf's, either natively or with a plug-in. From your response, I now know there are not.

  • IDE support for Generics

    Hi,
    All IDEs have a very useful feature where you can see what references what.
    Suppose I have a method:
    public void add(Person person){
    }I can easily see who calls it.
    However, suppose I am thinking of typing the method so I'd have:
    public <T extends Person> void add(T person) {
    }Does anyone know if any of the main IDEs support a search whereby I can search for methods calls of add() for this type Person (e.g. a Worker) and for that type Person (e.g. an Employer).
    Thanks

    Wow, you've been waiting a long time! ;-)
    Yep, Eclipse will do this. I'll explain it using this example:
    public class Scratchpad {
        public static void main(String[] args) {
            a(); b(); c();
        private static void a() { method("hello"); }
        private static void b() { method(Integer.valueOf(5)); }
        private static void c() { method(new Object()); }
        private static <T> void method(T t) {}
    }The normal way to get references to method() is using CTRL-ALT-H while having the cursor on a declaration or reference to method(). This brings up the call heirarchy and will show matches to a, b, and c.
    Instead, what we want to do is put your cursor on method() and then use CTRL-H to bring up the search dialog. It should come up with the Java Search tab selected, with the default search text "Scratchpad.method(T)", and it should be automatically limited to References (that's what we want).
    If I were to run it like that, I would again get a(), b() and c() as matches. However, if I instead replace "T" with "String", I would only get a(). Likewise for "Integer" and b(), etc. You can use fully-qualified names to make it more precise.

  • Is there any tech support for Neo4 products?

        One of the reasons I'm watching this forum is to see what kinds of problems I might end up with my Neo4 Platinum since I found out that MSI support of their products kinda sucks (not to say any other any other OEM is any better) This system I just built started out with a MSI X800 Pro PCIe (thought I wouldn't have any compatability problems since both were MSI products) that ended up being sent back because of a bad GPU. It did install ok but had garbage on the boot screen and wouldn't run any 3d programs. I tried to update the Bios on it and liveupdate wouldn't recognize it for bios update or driver updates. When I called tech support on it I was informed that none of the MSI X800 Pro PCIe cards are recognized as MSI products. I also asked why liveupdate does not show any driver updates for the motherboard drivers (I also have a KT6V that shows all the MB driver updates even when they have been updated) and I was informed that none of the new motherboards will show driver updates if they are current on the board. Problem is that my realtek drivers are updated and they still show up on liveupdate.
         I also have a hard time buying the statements made on this board that the forums are not part of MSI support. The Forums are not shown as an outside link but are listed under Service for MSI products and if you go to the Sevice page under the discription for the Forums it states that "You can also post a message there to get help." and yes I did read the forum rules where it states that "There is no MSI support to be found here. The moderators are not paid by MSI and do not work for MSI, we are users just like you." If everyone posting on these forums are just users helping each other, then wouldn't it be better just to state that the boards with SB are not compliant with the 24 pin connectors and that you need a PSU that is backward compatible to 20 pin specs?
         This "rant" of mine is not meant to be a bashing of MSI products since I haven't found many other OEMs that are any better in their support but is intended to help present and future users of MSI products and since I hope I'm using this forum as is intended by the "rules" can anyone who has a K8N Neo4 Platinum let me know if they are having a problem or know of a problem with the AMD 3500+ (winchester) voltage never reaching 1.4 volts on this mb? If the manuals for the mb and my psu are correct I have a dedicated 12 volt rail for the cpu with 15A. The cpu voltage stays around 1.37 on CoreCenter and 3 other programs that monitor cpu voltage even when running Prime95 with 100% cpu usage.

    The default for CPU Voltage is By CPU VID default for Adjust CPU VID is Startup which should be 1.4 volt. Since Cool'n'Quiet requires a driver to run and I also show low CPU VID in cmos it should be 1.4v but I tried with Cool'n'Quiet disabled and also tried setting CPU VID to 1.4 but have never made it to 1.4 I also tried setting it to 1.425 which is the next step and still read under 1.4.

  • Is there any customer support for this product?

    I have a client who has sent me two documents. When I log on using my Adobe ID it says
    the Document could not be found because of one of the following reasons:
    * Document was rejected by one of signatories
    * Document was cancelled by initiator
    * Document was deleted by initiator
    * Document has expired
    My Adobe ID is not the same as the email I use everyday and I don't see a place to add additional emails. Now I have three Adobe IDs
    How do I contact Customer service or tech support for this product?

    Yes, this is exactly what I'm wondering too. Without it, we can't build any apps that download content without the risk of the content being deleted.
    Here's the background before Apple introduced the new "do not back up" attribute:
    http://www.marco.org/2011/10/13/ios5-caches-cleaning
    Fortunately, Apple addressed it after that blog post in 5.0.1. See bullet #4 here, quoted below
    https://developer.apple.com/icloud/documentation/data-storage/
    Q:  My app has a number of files that need to be stored on the device permanently for my app to function properly offline. However, those files do not contain user data and don't need to be backed up. How should I store those files in iOS 5?
    A: Starting in iOS 5.0.1 a new "do not back up" file attribute has been introduced allowing developers to clearly specify which files should be backed up, which files are local caches only and subject to purge, and which files should not be backed up but should also not be purged. In addition, setting this attribute on a folder will prevent the folder and all of its contents from being backed up.
    Important: The new "do not back up" attribute will only be used by iOS 5.0.1 or later. On iOS 5.0 and earlier, applications will need to store their data in <Application_Home>/Library/Caches to avoid having it backed up. Since this attribute is ignored on older systems, you will need to insure your app complies with the iOS Data Storage Guidelines on all versions of iOS that your application supports.
    Now we just need Adobe to support the attribute in the AIR SDK. What do you say Adobe?

  • Is there any interface support for Microsoft MSMQ from Oracle AQ?

    Hi frns,
    Like Oracle's Native AQ Interface for Java , Is there any support for microsft?.
    Is there any way of posting msgs from AQ to MSMQ?
    Regards
    Sunil

    Take a look at DUMP_CSV function by Tom Kyte.

  • My iPad 3 will not power on or charge? Any ideas support community?

    My iPad 2 will not power on. Any ideas on what to do? Thank you.

    If not successful try the remaining items of:                                               
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable       
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • 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

  • Is there any x64 support for Advanced Queuing?

    Is there any current x64 ODP.NET driver version that supports AQ? I know that the 11.1.0.7.20 version supports it but that will only run in 32bit mode. Is there anything for x64 available yet? If not is there an ETA?

    11.2 has it.
    There's an 11.2 odac bundle beta, or you can use the production version of the 11.2 full cllient.
    Hope it helps,
    Greg
    Edited by: gdarling on Apr 23, 2010 9:48 AM
    Oops, the beta is just 32 bit. Full client should have what you need.

  • Is there any direct support for CC? I have been navigating the site trying to find someone to contact by email or phone.

    I'm not sure I want a subscription if I can't get an answer to questions I may have. Not all issues are covered in the Q & As and forums.

    If you have a question you can try asking it here and see if someone has the answer.  If you want to contact Adobe Support directly then you can use chat or phone to contact someone during the hours when those options are available.  I don't think anyone is available during the weekend.
    For contact information... Start Here  If after selecting relevant responses you are unable to find a solution, choose "Still need help? Contact us." and the chat contact option.

  • Is there any portal support for chained / cscaded selects?

    Hello Experts,
    Is it possible to have html selects which are chained/linked to each other so that if I select a option in the first select box the values in the second select box should chnaged based on the first select choice.
    If so an example would be greatly appreciated.
    Thanks.

    This would not be portal support but javascripting...
    Here is a simple example that if you select plane the second select box will change to have 5 options all saying new text:
    <html>
    <body>
    <Script type="text/javascript" language="javascript" >
    function doThis(){
    var box = document.forms['form1'].select1;
    if (box[box.selectedIndex].value=='plane'){
    alert(box[box.selectedIndex].value);
         for(i=0;i<5;i=i+1){
         document.forms['form1'].select2.options[i] = new Option('new text','new value');
    </script>
    <form id="form1">
    <select id="select1" onChange="doThis()">
    <option value ="car">Car</option>
    <option value ="plane">Plane</option>
    <option value ="opel">Train</option>
    <option value ="audi">Subway</option>
    </select>
    <select id="select2">
    <option value ="volvo">Volvo</option>
    <option value ="saab">Saab</option>
    <option value ="opel">Opel</option>
    <option value ="audi">Audi</option>
    </select>
    </form>
    </body>
    <html>

Maybe you are looking for