| Author |
Message |
|
|
JSPs are not supported by ICEfaces 2.0 - use Facelets.
from http://wiki.icefaces.org/display/ICE/ICEfaces+2.0.2+Release+Notes
|
 |
|
|
|
Released today.
|
 |
|
|
obourdon,
From log you uploaded, it seems your project cannot be deployed properly so that it shows missing classes from libraries and project.
I haven't seen or experienced this kind of issue on Windows. I have tried last eclipse tool bundle and latest one for eclipse 3.7 (released today) on glassfish 3.1 and tomcat 6. I cannot reproduce it. But I remember someone posted similar issue with spring project on glassfish 3.1.
ICEfaces tool bundle for eclipse doesn't add any custom deployment action. I suspect something is wrong with server adapter and server registry. What I'd recommend is to re-register glassfish 3.1, which can be done by removing GlassFish 3.1 at localhost and creating a new GlassFish 3.1 registry with right password.
Regards
Liming
|
 |
|
|
You should be able to see palette view. But remember palette view is part of "Web Page Editor" . You have to open the xhtml page in "Web Page Editor". Unfortunately by default xhtml page is opened by html editor in eclipse. The last chapter in Guide.pdf with the tool bundle describes how to open xhtml in Web Page Editor.
If palette doesn't show up in Web Page Editor, enable it by Window->Show View->Other->Palette under General.
|
 |
|
|
|
It is very similar to Eclipse WTP/JSF. It follows facet management public API. It is definitely not hard to understand.
|
 |
|
|
No. It hasn't been open sourced.
But it is similar to Eclipse JSF plugins. Eclipse WTP/JSF plugins are open source and available in eclipse wtp cvs repository.
Same applies to Netbeans, which is similar to Netbeans WebFrameworkProvider.
But for other plugins such as the one for MyEclipse, it is related to 3rd parties and we cannot make them open sourced.
|
 |
|
|
|
yes, you are right.
|
 |
|
|
jrost wrote:
I still have this problem. I'm using it with a JBoss v6 and if I get to the part where I have to download the libs, I only see:
- JSF 2.0 (Apache MyfacesJSF Core-2.0 API 2.0.2)
- JSF 2.0 (Mojarra 2.0.3-FCS) Provider: Oracle
- JSF 2.0 (Mojarra 2.0.3-FCS) Provider: ICEsoft Technologies
I also try to download the Mojarra libs, but it is not possible: Read timed out
I'm not really behind a firewall. I just use a normal router to connect to the Internet. Any idea?
You are using helios, right? We have never offered icefaces 2 support on eclipse galileo.
For all ICEfaces runtime jar files, they are included in icefaces plugins and you don't need to download them.
You need to download Mojarra 2 from Oracle or the one we provide. This requirment is from eclipse/wtp/jsf, not icefaces plugins. If you are not behind firewall or no permission issue under your workspace/libraries directory, you should not have problem.
|
 |
|
|
I have not heard of "Grail for ICEfaces" and it is not from us.
There is no jsf visual editor on netbeans 6.9. So no plan to release support for visual editor on netbeans 6.9.
|
 |
|
|
Actually you downloaded wrong one.
ICEfaces-1.8-Eclipse-3.5.0-plugins-v3.6.2 is the one supports ICEfaces 1.8 and for Eclipse 3.5 (Galileo). When you tried to install on eclipse 3.6 (helios) dependency checking failed.
Cannot comment on STS 2.5.1.RELEASE because I haven't tried it yet but I wonder if 2.5.1 was built on Galileo.
Sorry for the confusing name. It has been corrected as something like:
ICEfaces-2.0.0-Eclipse-3.6-plugins.zip. which means this is for eclipse 3.6.x with ICEfaces v2.0.0 support.
You can try either one with icefaces 1.8 support or the latest one with icefaces 2.0 support on eclipse 3.6 available at icefaces.org.
Liming
|
 |
|
|
|
Netbeans modules for ICEfaces 2.0.0 final is out.
|
 |
|
|
Unfortunately netbeans doesn't allow you to create a web project on a existing directory. The easy way to run ICEfaces 2 example is to create a web project with ICEfaces 2 framework, and then copy .xhtml page files into web directory of the web project and java source files into java directory. Generally speaking, you don't need to copy any jars under web-inf/lib. Be carefull with web.xml.
|
 |
|
|
Where did you get the error? from IDE log or from console ?
There is no inputFile in icefaces components and please use fileEntry in ICEfaces Advanced components with uri prefix "ace"
InputFile is removed from ICEfaces components portion of palette as well.
Liming
|
 |
|
|
You downloaded the latest release "ICEfaces-2.0.0.Beta2a-Netbeans-6.9-modules.zip". This release is a maintenance release, which includes a critical fix regarding icefaces namespace uri and prefix.
There are 2 component libraries available for icefaces 2.0. One is ICEfaces components. Its namespace uri/prefix is ice="http://www.icesoft.com/icefaces/component". This component library includes most of components used in ICEfaces 1.8. Another set is ICEfaces Advanced Components. Its namespace uri/prefix is ace="http://www.icefaces.org/icefaces/components". This library is not about "commersial/costly". They are both free and open sourced.
The link you mentioned "http://component-showcase.icefaces.org/component-showcase/showcase.iface" is actually icefaces 1.8 demo application and not icefaces 2.0 application. You can find sample apps in icefaces 2 beta2 release bundle.
|
 |
|
|
|
Will be available after nb7 is released
|
 |
|
|