Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
loopingrage
Post subject:   PostPosted: Apr 11, 2007 - 04:32 PM
Registered Member
Registered Member


Joined: Oct 05, 2006
Posts: 10

When is 5.5 scheduled for release? We have 4 licenses and are considering a switch to Exadel specifically for it's Facelet support. I think that 10 pages worth of posts would merit some sort of Facelet Support announcement on your home page. As everyone is well aware, Exadel Studio is now free (as in beer) and you guys will be hard pressed to retain users if you can't stay ahead of the curve.

What is the status on this?
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Apr 11, 2007 - 07:55 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23855

Facelets support is in-progress right now. I've been testing it the last few days, unfortunately it isn't going to make the cut for the 5.5M2 release. We found a series of deployment scenarios where without automated help, your deployments won't work on specific app servers (for the folks in the know, this isn't an issue, but for new users it's a total PIA). Management decided to pull it out of the M2 release and we are going to make a run at getting it into the GA release at the end of this month.

That being said Facelets isn't of issue of "if" but an issue of "when". We've been working on it and testing it for a bit now and will continue to until it makes it's debut. Then I'm sure you guys will pound it to death and come back to us with a lot of suggestions (which is good) and we'll keep banging away at it.

It's clear Facelets is a must-have JSF technology for a huge number of our users and that's why it's getting done.

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
daorriss
Post subject:   PostPosted: Apr 25, 2007 - 12:43 AM
Registered Member
Registered Member


Joined: Aug 10, 2005
Posts: 255

I'm definitely looking forward to the completion of this. Especially with respect to "tag insight" for the Facelets tagset.

_________________
DaveO

The delusion that people care about what I think:
http://www.codethought.com/blog
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Apr 25, 2007 - 01:30 AM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23855

Quote:

Especially with respect to "tag insight" for the Facelets tagset.

That's the other reason it was held back... we can't do anything until we get code assist working correctly.

The deployment scenarios are coming to a head... it's such a pain. One set of libs works on Jetty 6, but then fails on Tomcat 6. Then another set work on Glassfish, but fail on WebLogic, etc. etc.

It just has to do with some app servers shipping default libs that overlap with the ones facelets uses and visa versa.

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
jkva
Post subject:   PostPosted: May 19, 2007 - 11:48 AM



Joined: Nov 18, 2005
Posts: 11

Maybe you already know it, but there is a bug in the XHTML editor.

The editor is empty, I need to minimize and back maximize the editor pane to see my code. This happens everytime I open a XHTML file.

Image
Empty (direct after opening file)

Image
Partially rendered after resizing the pane.

Image
Fully rendered after minimizing/maximizing the editor pane.
 
 View user's profile Send private message  
Reply with quote Back to top
support-eugene
Post subject:   PostPosted: May 19, 2007 - 01:14 PM
Registered Member
Registered Member


Joined: May 12, 2005
Posts: 473

jkva wrote:
Maybe you already know it, but there is a bug in the XHTML editor.

The editor is empty, I need to minimize and back maximize the editor pane to see my code. This happens everytime I open a XHTML file.
Empty (direct after opening file)
Partially rendered after resizing the pane.
Fully rendered after minimizing/maximizing the editor pane.


Anything in the log?
This might be a page-specific issue. Can you reproduce it with other pages?

_________________
Eugene
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
jkva
Post subject:   PostPosted: May 21, 2007 - 12:43 PM



Joined: Nov 18, 2005
Posts: 11

support-eugene wrote:
jkva wrote:
Maybe you already know it, but there is a bug in the XHTML editor.

The editor is empty, I need to minimize and back maximize the editor pane to see my code. This happens everytime I open a XHTML file.
Empty (direct after opening file)
Partially rendered after resizing the pane.
Fully rendered after minimizing/maximizing the editor pane.


Anything in the log?
This might be a page-specific issue. Can you reproduce it with other pages?


1 At the moment I dont have a log. I'll check that today/tomorrow.
2 Yes, every Facelets page I open has this problem. I have the most recent version as far as I know. Somewhere near 5.5.
 
 View user's profile Send private message  
Reply with quote Back to top
support-eugene
Post subject:   PostPosted: May 21, 2007 - 01:04 PM
Registered Member
Registered Member


Joined: May 12, 2005
Posts: 473

jkva wrote:
1 At the moment I dont have a log. I'll check that today/tomorrow.
2 Yes, every Facelets page I open has this problem. I have the most recent version as far as I know. Somewhere near 5.5.


I haven't seen any other reports of this issue. It is likely it is specific to your pages and/or workspace. Please, check the log for stack traces. It would be great if you sent some page that you have problems with (stripping all sensitive information) to support@myeclipseide.com. Please include "For Eugene" in the subject field.
Thank you in advance.

_________________
Eugene
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: May 21, 2007 - 02:00 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23855

Note: The log file is located at (<workspace dir>\.metadata\.log)

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
jkva
Post subject:   PostPosted: Jun 04, 2007 - 10:23 AM



Joined: Nov 18, 2005
Posts: 11

jkva wrote:
support-eugene wrote:
jkva wrote:
Maybe you already know it, but there is a bug in the XHTML editor.

The editor is empty, I need to minimize and back maximize the editor pane to see my code. This happens everytime I open a XHTML file.
Empty (direct after opening file)
Partially rendered after resizing the pane.
Fully rendered after minimizing/maximizing the editor pane.


Anything in the log?
This might be a page-specific issue. Can you reproduce it with other pages?


1 At the moment I dont have a log. I'll check that today/tomorrow.
2 Yes, every Facelets page I open has this problem. I have the most recent version as far as I know. Somewhere near 5.5.


It is not the page. With other pages, I have the same problem. Also with simple HTML pages, like a redirect index.html file. Probably it has something to do with the fact that I don't use the MyEclipse version of Facelets, but my own.

If I'm correct, MyEclipse ships 1.1.11 and I use 1.1.12 or a self-built version from the Facelets CVS.
 
 View user's profile Send private message  
Reply with quote Back to top
danyer
Post subject:   PostPosted: Sep 04, 2007 - 02:36 AM
Registered Member
Registered Member


Joined: Aug 19, 2007
Posts: 4

+1 for facelets.
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
petrouchev
Post subject:   PostPosted: Jan 10, 2008 - 07:48 PM
Veteran Member
Veteran Member


Joined: Mar 27, 2006
Posts: 2

+1 for facelets
 
 View user's profile Send private message  
Reply with quote Back to top
karsten.gresch
Post subject:   PostPosted: Mar 27, 2008 - 07:07 PM
Veteran Member
Veteran Member


Joined: Mar 07, 2004
Posts: 14

+1 for Facelets (including 3rd party-taglibs code assist in *.xhtml editing).
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits