facebook

Facelets support

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 15 posts - 61 through 75 (of 163 total)
  • Author
    Posts
  • #254835 Reply

    iljunkim
    Member

    +1

    #254926 Reply

    tgullo
    Member

    This message has not been recovered.

    #254932 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

    #254988 Reply

    dkittle
    Member

    This message has not been recovered.

    #255007 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

    #255181 Reply

    spenceruresk
    Member

    This message has not been recovered.

    #255533 Reply

    mlsalcedo
    Member

    I work for Verizon Business and we are evaluting an IDE or Eclipse plugin fro 400+ developers. I’m in love with your plugin, but you are making my decission hard since there’s not plan for facelets support. I have weblogic folks giving me demos about weblogic studio with facelets support and I don’t have tools to fight back. The only issue so far with their product is $$, if I don’t get anything quickly from your side, I will be force to buy Weblogic Studio over ME. Hopefully we can get a quick answer about a possible or minimum support for facelets.

    #255789 Reply

    jkva
    Member

    @mlsalcedo wrote:

    I work for Verizon Business and we are evaluting an IDE or Eclipse plugin fro 400+ developers. I’m in love with your plugin, but you are making my decission hard since there’s not plan for facelets support. I have weblogic folks giving me demos about weblogic studio with facelets support and I don’t have tools to fight back. The only issue so far with their product is $$, if I don’t get anything quickly from your side, I will be force to buy Weblogic Studio over ME. Hopefully we can get a quick answer about a possible or minimum support for facelets.

    The same counts for me, just for a smaller numer of licences. We have 90 MyEclipse licences, but we are starting to use Excadel Studio for the same reason. Also, Excadel has Shale support, which is good for the future in my opinion.

    To finish, I think (basic) Facelets isn’t too hard to implement in MyEclipse, because the most important thing is good XML (schema/namespaces) support. The rest can come later. Putting a Facelets jar in the classpath at the start of a project is no big deal, but having no code completion is really horrible.

    #255791 Reply

    Riyad Kalla
    Member

    Guys we take our user requirements very seriously. When management is prioritizing features for each release we look at the level of demand from individuals and companies. There are times, like with 5.0, where we just flat out have infrastructure work that needs to get done before we can go back to addressing feature requests from our user base.

    I have requested contact information from some of you already that has been sent to our management team to follow up with you individually about company requirements and we will continue to do so to make sure our customers are happy and don’t need to turn to competators for solutions. If at all possible we would like everyone to stay with us and will do what we can to make that happen.

    #255895 Reply

    jkva
    Member

    @support-rkalla wrote:

    If at all possible we would like everyone to stay with us and will do what we can to make that happen.

    I personally didn’t mean to be pushing, but the fact is that we are currently developing Facelets with Excadel, just because it supports the framework and that saves a lot of time. We ARE using all other features MyEclipse offers us, like the excellent Hibernate support.

    It’s just the JSF/Facelets web layer we are experiencing troubles with.

    I can’t speak for the other replies, but that’s our opinion.

    #255997 Reply

    svadu
    Member

    Well I had to install exadel just to be able to work with facelets…

    #256420 Reply

    +1 for facelets

    I am using exadel now for facelets support.

    #256494 Reply

    jkva
    Member

    I was thinking about implementing Facelets support and especially code completion.

    Code completion for the default Facelets tags like ui:composition and ui:define aren’t difficult to implement imho, but code completion for user defined components seems more difficult, (or impossible) because the validity of parameters is determined at runtime. To be more exact, all parameters for a user defined component are valid.

    Passing a random parameter foo=”bar” is valid.

    The only solutions I see are code completion for tags/attribs that have been passed earlier in the document and checking which variables are used in a template/composition/component, excluding beans.

    Anyone an idea?

    #257559 Reply

    Max Stoaks
    Member

    Another vote for facelets.

    #257773 Reply

    wdurand
    Member

    +1 for facelets

Viewing 15 posts - 61 through 75 (of 163 total)
Reply To: Facelets support

You must be logged in to post in the forum log in