[JBoss JIRA] Commented: (RF-800) Richfaces Netbeans plugin
by Viggo Navarsete (JIRA)
[ https://jira.jboss.org/jira/browse/RF-800?page=com.atlassian.jira.plugin.... ]
Viggo Navarsete commented on RF-800:
------------------------------------
You're right about the facelet support!
But, I'm sure JBoss will _not_ implement a Richfaces plugin for Netbeans since the favourite IDE of choice is JBoss Developer Studio. And Sun has started to bundle Icefaces (instead of Woodstock) as the component of choice in Netbeans, which means they probably won't spend time implementing and maintaining a Richfaces plugin as well.
I would love JBoss to implement a Richfaces plugin, but I'm pretty sure it will never happen.... :(
> Richfaces Netbeans plugin
> -------------------------
>
> Key: RF-800
> URL: https://jira.jboss.org/jira/browse/RF-800
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: Wishes
> Reporter: Viggo Navarsete
> Assignee: Nick Belaevski
> Fix For: Wishes
>
>
> Richfaces needs a Netbeans plugin that makes it possible to use Richfaces components from a Palette in the design view.
> Icefaces provides such a plugin:
> "ICEfaces provides an early access plugin for NetBeans v5.5 with the Visual Web Pack (VWP). The integration provides support for using VWP features such as the visual designer and database binding mechanisms with the ICEfaces Component Suite"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months
[JBoss JIRA] Commented: (RF-800) Richfaces Netbeans plugin
by Felipe Jaekel (JIRA)
[ https://jira.jboss.org/jira/browse/RF-800?page=com.atlassian.jira.plugin.... ]
Felipe Jaekel commented on RF-800:
----------------------------------
Their plugin doesn't support Facelets, it doesn't have visual editing and there's no guarantee they will keep updating it.
I believe that it would interesting for both JBoss and Sun official support for RichFaces at NetBeans.
> Richfaces Netbeans plugin
> -------------------------
>
> Key: RF-800
> URL: https://jira.jboss.org/jira/browse/RF-800
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: Wishes
> Reporter: Viggo Navarsete
> Assignee: Nick Belaevski
> Fix For: Wishes
>
>
> Richfaces needs a Netbeans plugin that makes it possible to use Richfaces components from a Palette in the design view.
> Icefaces provides such a plugin:
> "ICEfaces provides an early access plugin for NetBeans v5.5 with the Visual Web Pack (VWP). The integration provides support for using VWP features such as the visual designer and database binding mechanisms with the ICEfaces Component Suite"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months
[JBoss JIRA] Created: (RF-5849) Ajax: timed out requests kill status
by Nick Belaevski (JIRA)
Ajax: timed out requests kill status
------------------------------------
Key: RF-5849
URL: https://jira.jboss.org/jira/browse/RF-5849
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 3.3.1
1.
<a4j:status startText="...start..." stopText="stop"/><br />
<a4j:commandLink timeout="10" action="#{forum5Bean.test}" value="Kill!" eventsQueue="a"/><br />
<a4j:commandLink value="Normal" action="#{forum5Bean.test}" eventsQueue="ab"/>
public void test() throws Exception {
System.out.println("forum5Bean.test()");
Thread.sleep(1000);
}
2. Click "kill!" link
3. Click "Normal" link -> status no more shows activity, thus request was sent
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months