- This topic has 162 replies, 89 voices, and was last updated 17 years, 3 months ago by
Karsten Gresch.
-
AuthorPosts
-
July 15, 2006 at 2:05 pm #254835
iljunkimMember+1
July 17, 2006 at 2:38 pm #254926
tgulloMemberThis message has not been recovered.
July 17, 2006 at 3:18 pm #254932
Riyad KallaMemberThis message has not been recovered.
July 18, 2006 at 9:51 am #254988
dkittleMemberThis message has not been recovered.
July 18, 2006 at 11:07 am #255007
Riyad KallaMemberThis message has not been recovered.
July 20, 2006 at 11:51 am #255181
spencerureskMemberThis message has not been recovered.
July 25, 2006 at 7:04 pm #255533
mlsalcedoMemberI 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.
July 29, 2006 at 12:15 pm #255789
jkvaMember@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.
July 29, 2006 at 1:01 pm #255791
Riyad KallaMemberGuys 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.
August 1, 2006 at 9:07 am #255895
jkvaMember@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.
August 2, 2006 at 1:16 pm #255997
svaduMemberWell I had to install exadel just to be able to work with facelets…
August 9, 2006 at 2:43 am #256420
Maurice ZeijenMember+1 for facelets
I am using exadel now for facelets support.
August 10, 2006 at 3:06 am #256494
jkvaMemberI 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?
August 24, 2006 at 1:08 pm #257559
Max StoaksMemberAnother vote for facelets.
August 29, 2006 at 4:45 am #257773
wdurandMember+1 for facelets
-
AuthorPosts