Best Available IDE for JSF based applications

I m working on JEE project. Now i am supposed to implement my web modules in JSF, so i just want to ask, What is best IDE available for JSF to use?
I have used JBuilder (It Lacks Design View for GUI).
I also have used NetBeans (same problem).
and at last,
Sun Creator 2 does not support JBOSS.
So please help me out in this regard, so that i could start with optimal IDE for JSF based development.
Thanks in advance. [asif]
(I wish microsoft to make an IDE for JEE.)

have a look at myEclipse.
btw, there are several threads about this concern. use search.

Similar Messages

  • How to have ItemId in the URL in JSF based application

    I have a JSF based application and I am using faces-config.xml to navigate and I am using /redirect to navigate form case to case.
    The application lists products and upon selecting one, a product detail is displayed. I would like to have productId as part of the page URL so that URL can be emailed and the receiver can paste the received URL into browser and retrieve the product detail.
    Currently the URL is not rewritten to have session id in it.
    I am not ever sure where to start on this.

    Is this line correct?
    <value>#{param.productId}</value>
    Try it out yourself ;)
    This is clear and helpful. However I don't know how
    to create this URL
    (http://example.com/shop/products.jsf?productId=100)
    in the first place. The URL I have is in the form of
    http://example.com/shop/products.faces.
    Is adding '?productId=100' to the URL something
    configurable or it has to be done programmatically
    via URL rewriting?You can implement it in several ways:
    JSF<h:outputLink value="products.faces">
        <h:outputText value="click here" />
        <f:param name="productId" value="100" />
    </h:outputLink>
    <%-- or --%>
    <h:outputLink value="products.faces?productId=100">
        <h:outputText value="click here" />
    </h:outputLink>Or write a servlet listening on /shop/, scan the current request URI for product.faces, get the productId from the backing bean's session and rewrite the URL using request.getRequestDispatcher("product.faces?productId=" + productId).forward(request, response).
    Maybe there are more clever solutions using configfiles, but I don't have much experience (yet) with such GET request thingies in conjunction with JSF.

  • Utilities and SDK for Subsystem for UNIX-based Applications in Windows 8 doesn't install

    Trying to install the package and well into the process I get an error message saying that my processor isn't supported and to contact my vendor..  I have a Lenovo U 410 LT with Win 8 Pro.  It has an Intel Core i7 processor.   I also tried the AMD version thinking they may have been swapped but it also does not install.  How to get it installed?  I really need the NFS in it.

    Hi stewartmcadoo,
    Welcome back to Lenovo Community Forums!
    I’m sorry to hear that there is an error message displayed in your U410 Laptop while installing “Utilities and SDK for Subsystem for UNIX-based Applications in Windows 8”, make sure you are installing this application as an Administrator User, if the issue is same even in this user account, I suggest you to download the package again and right click in the downloaded file select “Run as administrator” to get it installed in administrator mode, below is the link to download the SDK package:
    Utilities and SDK for Subsystem for UNIX-based Applications in Windows 8
    Hope this helps!!!
    Do post us back if the issue still persists.
    Best Regards
    Shiva Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • JSF based applications cause X connection to localhost:10.0 broken

    Hi
    My weblogic 10.3 (and 11g) servers seems to go down when i run jsf based applications. The message in the stdout logs are:
    INFO: Added Library from: zip:/...richfaces-ui-3.2.2.GA.jar!/META-INF/richfaces.taglib.xml
    X connection to localhost:10.0 broken (explicit kill or server shutdown).
    This seems to be connected to a new jsf based application that i installed recently. Any ideas on the cause of this ?
    /Laban
    Edited by: Laban on 2009-sep-01 06:25

    Hi,
    From the following infor it could be mostly an network issue.
    X connection to localhost:10.0 broken (explicit kill or server shutdown)
    but, still to confirm may I req you to help me with the server logs (or error logs) of your weblogic server.
    regards,
    Zeno

  • Best current ideas for wireless AIO printer for MBP? Prefer not HP or Canon(my MX 850's bad match)*

    Would appreciate best current ideas for wireless AIO printer to pair with MBP (bought late 2011). Prefer not HP or Canon.  Got my MX 850 to print -- with lots of work -- but would not scan.  Tried to fix that, now won't print or scan. Time to move forward, leaving Canon along with Dell notebook in recycle bin.  Thanks for any suggestions.  

    http://reviews.cnet.com/best-all-in-one-printers/
    http://reviews.cnet.com/printers/
    http://www.ask.com/web?l=sem&ifr=1&qsrc=999&q=aio%20printer%20reviews&siteid=142 18&o=14218&ar_uid=C85FE0FC-84E7-4C45-B86F-62C1459D5298&click_id=B989F809-3F45-45 C0-95E3-6121CB798ED7
    You might also want to try Macworld for their reviews.

  • ECATT for ITS based applications

    Is eCATT recordings / testing possible for ITS based applications?. If yes, could you please list out the limitations also if possible.
    I for sure know that eCATT does not support BSP applications but about ITS .... I m not sure
    Hoping for some replies ....
    Btw, are there any other tools out in the market that help in the testing of ITS based applications?
    How about Watir? (Refer : /people/justin.ramel/blog/2006/07/28/automated-functional-testing--part-1-of)

    Hey Guyzz....
    Thanks for your inputs on other integrable tools (certified by SAP too) with eCATT for testing SAPGUI with HTML (ITS).
    Justin, Did you setup worksoft certify with ecatt for ITS applications?. Also, can it support recordings of BSP and webdynpro applications?.
    Thnx in advance!

  • What is the best Voice recognison for calling phone application

    What is the best Voice recognison for calling phone application in the market now, free or not ????
    Do you have any sugesstion

    In my Opinion.. Vlingo (Free) is the best voice rec phone dialer... It is the swiss army knofe of voice recognition for the iPhone.

  • 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.

  • Which is the best and user freindly IDE for developing  J2EE applications ?

    Please advice me if there is any good IDE for developing all kind of Java applications.
    I m confused about which IDE to use.
    I have Searched on Net also. and most of the answers i found was for JBuilder and JBoss.
    But cant confirm until u guys suggest me.
    Because i think this is the best place to ask questions about java.
    Please advice

    i would prefer Eclipse rather than JBuilder.

  • Graduation project: ideas for a web application

    Hello,
    I apologize for posting this topic in here but I just need ideas from more experienced developers, we are a group of 5 students in computer science department and we are required to make a graduation project for a 1 year perioed, we have an average experience in J2EE, JSP, struts and JSF and J2SE and we are required to make the project as a web application but we just couldn't find any new or interesting ideas all the web application are either blogs, emai/webmai, Content Management systems, Customer relationship management, ... but we are looking for a new ideas, we've been googling for more than a month now and we've already checked alot of posts in this forum for ideas. we just want to know what services people need from the internet that could be made as a web application. Thank you very much

    Rather than looking for a cool "theme" can you give some ideas of what you need to showcase in this application?
    Is it just a basic web application - ie slap a few data entry screens together into a screenflow, and do some calculations at the end
    Do you need to demonstrate knowledge of the technologies you mentioned (J2EE, JSP, struts, JSF...)
    Do you need to push the limits of the web interface?
    Do you need to "break new ground"
    Ajax is a useful thing to investigate and push the boundaries with.
    Or take a web application and make it multi platform - ie access it with a browser, via a mobile phone - see what you need to do to accomplish that.
    The only other idea would be to do some sort of game/simulation.
    Multi user obviously.
    eg a stockmarket sim, where you can log on to buy/sell shares. You also hook up your app to some XML feeds where it picks up the daily changes so you don't have to enter them manually.
    Will demonstrate both user interface, and back end functionality.
    Good luck,
    evnafets

  • Load testing tool for FMS based application

    Is there any tool which can be used for Load testing of
    FMS?Our Flash based application uses FMS for streaming LIVE
    audio/video and data and we need to test the sceanrio that what
    happens to remote server and FMS when 1000 users get connected.

    quote:
    Originally posted by:
    dineshawasthi
    Is there any tool which can be used for Load testing of
    FMS?Our Flash based application uses FMS for streaming LIVE
    audio/video and data and we need to test the sceanrio that what
    happens to remote server and FMS when 1000 users get connected.
    No standard tool will be able to test your own application
    the way you describe here.
    The answer however is pretty simple ; write a simple swf that
    can connect (automatically) to a random available instance and let
    it play a stream.
    Since you probably developed your application yourself this
    shouldn't be a problem.
    Next open 20-50 swf's (in 20-50 browsers) on your desktop.
    Repeat on the desktops of your collegues. Open as many swf's
    as possible. (if your FMS server is in your LAN otherwise you'll
    probably will hit your bandwidth-limit soon)
    This will give a very good impression of load, bandwidth and
    stability of your application.

  • AD sync service account for cloud based application

    i have a cloud based application that i am setting up AD sync with. in their directions below i have bolded the ones i need answers too. my domain functional level is windows server 2003
    The active directory synchronization requires the following:
    A domain user which has the following properties:
    The password is known and does not expire - completed
    The domain user account has read permissions to all objects in the entire domain within active directory
    Confirm that if the domain has been upgraded to Windows 200x functional level from Windows NT4, 2000 or 2003 that we have the appropriate Group permissions below available to the domain user account for the synchronization in addition
    to read permissions to the entire domain:
    Pre-Windows 2000 Compatible Access
    Pre-Windows 2003 Compatible Access
    The username and password are passed using the appropriate communication channels - completed
    i have created a service account in my AD called myappldap. does a domain user have read permissions to all objects in the entire domain within active directory without adding the to any other security groups except domain users? Or do i have to click on
    the top level domain object in AD>go to properties>security>and give them read permission and proprogate down those premissions? Also i do not see Pre-windows 2003 compatible access as a security object i can give this service account read permissions
    to. i just wanted to confirm that this is because i am still running a functional domain of windows server 2003?

    A domain user has complete Read on everything in the forest.
    As for the Pre-Windows 2000 Compatible group, that's a reduced security group to allow NULL password for pre-Windows 2000 DCs, such as the way NT4 RRAS (VPN servers) used. In Windows 2000 and newer, we can eliminate that group, since it's a security concern.
    More info to read up on it, here:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/e8dfacba-985f-4042-abeb-f341bf37522f/prewindows-2000-compatible-access-group?forum=winserverDS
    Everyone group does not include anonymous security identifier
    http://support.microsoft.com/kb/278259
    As for Pre-Windows 2003, I haven't come across anything that would say
    pre-2003.  It almost appears that the software is using NULL or some other kind of reduces security on the password. Then again, I could totally be wrong. Is that specifically how the third party software specifies it in the docs? 
    Can you post a link to it?
    Ace Fekay
    MVP, MCT, MCSE 2012, MCITP EA & MCTS Windows 2008/R2, Exchange 2013, 2010 EA & 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.

  • Ide for jsf

    do you know any IDE tools for jsf developing?
    best regards

    Since most of the IDE tool vendors are on the JavaServer Faces expert group, expect them to release tools that support JSF once the specification is final.

  • What kind of licensing is required for using Adobe Flex Builder IDE for building Flex Applications?

    I am looking for an IDE to build Flex Applications. Can you suggest what IDE to be used for this and what are the licensing I should procure for the same? What kind of support will be available with that license?

    Thanks Empardopo.  Do you have any suggestions? What kind of problems do you see with this tool. Also does Flash Builder 4.7 supports Flex SDK 3.5?

  • Ideas for text based budget management and software

    I'm looking for suggestions for text-based software or just basic scripts for tracking expenses.
    For the last six months I've been recording my purchases in text files, one file for each month.
    An entry looks like this:
    01/01/2013,Schnucks,banana, groceries,1.00,cash
    It works pretty well for recording info, no alternative system could be much faster than just adding a line to a text file.
    Now that I've been recording data for about 6 months, I'm more interested in parsing through it to see what I'm spending in each month and in various categories. At the moment, I just run the files through grep and awk to get what I want. I'm contemplating writing a python program to let me filter and calculate totals and do whatever else comes to mind: importing credit card statements, generating graphs, etc. But at that point, I feel like I'm probably just re-inventing the wheel.
    Does anybody want to share how they are handling a similar case?
    I'm ok with changing my entry format, but I'm pretty attached to handling things as text files. I don't need anything more complex if it adds to the overhead of creating an entry.

    Hey, I been doing something very similar!
    Except it also will measure income, so I can know how much I have done/expend this month, week, etc.
    I don't have it at hand atm, but I use : to separate the fields, and use slashes to escape it (like \:)
    Yes, that is a DSV file.
    I haven't dedicated time to work on it lately, but I was writing a perl script to do the calculations.
    One idea I have is to create an additonal file for a list of expenses names, like this:
    milk-z:Milk brand Z:milk
    milk-y:Milk brand Y:milk
    the first field is an unique code for the product, second field a description, and third field is a category.
    That way I could see how much I have expend on milk, no matter the brand.
    On the expenses file, an expense would be similar to this:
    2012-12-20:expense:milk-z:5.0
    The first field has the date, in the format YYYY-MM-DD; that order is important to be able to sort the file if is necessary
    Second field has "expense"; it could be "income" if it was an income
    Third field is the product code - if its something I don't buy regulary, I could be only a name (like "new led tv" or something), if is an income, the reason behind the income.
    And fourth field is just the amount of money.
    Oh, I think I'll dedicate some time to the project again

Maybe you are looking for