Re: Is there a solution in myfaces 1.1.1 to the browser back button problem?

2006-03-04 Thread Enrique Medina
Hi Costa,I managed to solve this problem using a couple of tricks:1) The redirect after post pattern -- Use a redirect/ in all your navigation rules2) Use a _javascript_ history.forward
(); at the beginning of each pageRegards,Enrique Medina.On 3/4/06, Costa Basil [EMAIL PROTECTED]
 wrote:I meant other than saving the state to the client.
Costa Basil [EMAIL PROTECTED]
 wrote: I have the same problem described here:We are still struggling with the back button. I think we�ll reconfigure the app to store all state on the client. Right now, when the user hits Back, none of the links on the page work on the first click. That�s because the RestoreView phase does not find the view in the Session, so it must create a new view. When it creates the new view, it does not bother to process any actions or events�it just skips straight to the rendering phase. From the customer perspective, they hit Back, then have to click twice before the app begins working again.
(from http://stuffthathappens.com/blog/2006/01/22/not-fud-just-experience/
)   Enrich your life at Yahoo! Canada Finance

	

	
		Make free worldwide PC-to-PC calls. Try the new Yahoo! Canada Messenger with Voice




Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Martin Marinschek
Can you guys tell how well your IDEs would perform with large apps?

I was trying to get an app with 200 jspx files (admittedly, rather
large) up and running in JDeveloper, and the thing didn't start up
until after 10min.

Is work being done on making this situation better?

Maybe I'm doing something wrong here, too.

regards,

Martin

On 3/4/06, Adam Winer [EMAIL PROTECTED] wrote:
 On 3/3/06, Yee CN [EMAIL PROTECTED] wrote:
 
 
 
  Is there any supports for Facelets in JDeveloper or JSC? I am using
  MyEclipse – and I am seriously looking for an alternative.

 Unfortunately not.  Facelets has come on strong basically at
 exactly the wrong point in the development cycle for JDeveloper
 (and JSC too, I'd imagine).  I'm certainly pushing Facelets
 to anyone in earshot. :)

 -- Adam



--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Martin Marinschek
Thing = embedded OC4j in JDeveloper.

I didn't try JSC so far - would the performance be better there? Any
experiences?

regards,

Martin

On 3/4/06, Martin Marinschek [EMAIL PROTECTED] wrote:
 Can you guys tell how well your IDEs would perform with large apps?

 I was trying to get an app with 200 jspx files (admittedly, rather
 large) up and running in JDeveloper, and the thing didn't start up
 until after 10min.

 Is work being done on making this situation better?

 Maybe I'm doing something wrong here, too.

 regards,

 Martin

 On 3/4/06, Adam Winer [EMAIL PROTECTED] wrote:
  On 3/3/06, Yee CN [EMAIL PROTECTED] wrote:
  
  
  
   Is there any supports for Facelets in JDeveloper or JSC? I am using
   MyEclipse – and I am seriously looking for an alternative.
 
  Unfortunately not.  Facelets has come on strong basically at
  exactly the wrong point in the development cycle for JDeveloper
  (and JSC too, I'd imagine).  I'm certainly pushing Facelets
  to anyone in earshot. :)
 
  -- Adam
 


 --

 http://www.irian.at

 Your JSF powerhouse -
 JSF Consulting, Development and
 Courses in English and German

 Professional Support for Apache MyFaces



--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Legolas Woodland




Martin Marinschek wrote:

  Thing = embedded OC4j in JDeveloper.

I didn't try JSC so far - would the performance be better there? Any
experiences?

regards,

Martin

  

No performance is not better there.
you will hang for ever in case that you open a project with 200 jsp
files.
best IDE that i saw for large projects is RAD (Rational application
developer) it handle a ~150 page Struts application easily.
I think using tomcat is far better in development time , it starts and
stops faster than any other Apps.
but you can use Tomcat if you have no EJB  stuff...


  On 3/4/06, Martin Marinschek [EMAIL PROTECTED] wrote:
  
  
Can you guys tell how well your IDEs would perform with large apps?

I was trying to get an app with 200 jspx files (admittedly, rather
large) up and running in JDeveloper, and the thing didn't start up
until after 10min.

Is work being done on making this situation better?

Maybe I'm doing something wrong here, too.

regards,

Martin

On 3/4/06, Adam Winer [EMAIL PROTECTED] wrote:


  On 3/3/06, Yee CN [EMAIL PROTECTED] wrote:
  
  


Is there any supports for Facelets in JDeveloper or JSC? I am using
MyEclipse – and I am seriously looking for an alternative.

  
  Unfortunately not.  Facelets has come on strong basically at
exactly the wrong point in the development cycle for JDeveloper
(and JSC too, I'd imagine).  I'm certainly pushing Facelets
to anyone in earshot. :)

-- Adam

  


--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


  
  

--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

  






Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Jurgen Lust




This is a problem we had with OC4J as well, although it was the
previous version, 10.1.2.
When compared to JBoss, it would take a very, very long time to deploy
an application, especially when EJBs were involved, sometimes at least
10 times as long.
That's one of the main reasons we eventually switched back to Eclipse
and JBoss, even though JDeveloper does have nicer JSF features.

Jurgen

Martin Marinschek schreef:

  Thing = embedded OC4j in JDeveloper.

I didn't try JSC so far - would the performance be better there? Any
experiences?

regards,

Martin

On 3/4/06, Martin Marinschek [EMAIL PROTECTED] wrote:
  
  
Can you guys tell how well your IDEs would perform with large apps?

I was trying to get an app with 200 jspx files (admittedly, rather
large) up and running in JDeveloper, and the thing didn't start up
until after 10min.

Is work being done on making this situation better?

Maybe I'm doing something wrong here, too.

regards,

Martin

On 3/4/06, Adam Winer [EMAIL PROTECTED] wrote:


  On 3/3/06, Yee CN [EMAIL PROTECTED] wrote:
  
  


Is there any supports for Facelets in JDeveloper or JSC? I am using
MyEclipse – and I am seriously looking for an alternative.

  
  Unfortunately not.  Facelets has come on strong basically at
exactly the wrong point in the development cycle for JDeveloper
(and JSC too, I'd imagine).  I'm certainly pushing Facelets
to anyone in earshot. :)

-- Adam

  


--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


  
  

--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces
  






RE: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Yee CN
Eclipse + myEclipseIDE is performing OK. For one thing eclipse is not
opening every file you have - only the ones you left opened in your last
session. For that matter starting up time is rather independent of the size
of the project.

In my 3yr old notebook eclipse + myeclipse + BIRT starts up in around 20
seconds.

Full recompilation takes forever. JSP/JSF validation is the culprit. I have
50+ xhtmls - and it takes the order of 10min to compile.

Regards,
Yee

-Original Message-
From: Martin Marinschek [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 4 March 2006 6:35 PM
To: MyFaces Discussion
Subject: Re: How Does JDeveloper Compare with Java Studio Creator

Can you guys tell how well your IDEs would perform with large apps?

I was trying to get an app with 200 jspx files (admittedly, rather
large) up and running in JDeveloper, and the thing didn't start up
until after 10min.

Is work being done on making this situation better?

Maybe I'm doing something wrong here, too.

regards,

Martin

On 3/4/06, Adam Winer [EMAIL PROTECTED] wrote:
 On 3/3/06, Yee CN [EMAIL PROTECTED] wrote:
 
 
 
  Is there any supports for Facelets in JDeveloper or JSC? I am using
  MyEclipse - and I am seriously looking for an alternative.

 Unfortunately not.  Facelets has come on strong basically at
 exactly the wrong point in the development cycle for JDeveloper
 (and JSC too, I'd imagine).  I'm certainly pushing Facelets
 to anyone in earshot. :)

 -- Adam



--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces



Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Martin Marinschek
Ok

I'd have moved from IntelliJ if that was better (IntelliJ not offering
JSF support at all). Have to stay some more ;)

regards,

Martin

On 3/4/06, Yee CN [EMAIL PROTECTED] wrote:
 Eclipse + myEclipseIDE is performing OK. For one thing eclipse is not
 opening every file you have - only the ones you left opened in your last
 session. For that matter starting up time is rather independent of the size
 of the project.

 In my 3yr old notebook eclipse + myeclipse + BIRT starts up in around 20
 seconds.

 Full recompilation takes forever. JSP/JSF validation is the culprit. I have
 50+ xhtmls - and it takes the order of 10min to compile.

 Regards,
 Yee

 -Original Message-
 From: Martin Marinschek [mailto:[EMAIL PROTECTED]
 Sent: Saturday, 4 March 2006 6:35 PM
 To: MyFaces Discussion
 Subject: Re: How Does JDeveloper Compare with Java Studio Creator

 Can you guys tell how well your IDEs would perform with large apps?

 I was trying to get an app with 200 jspx files (admittedly, rather
 large) up and running in JDeveloper, and the thing didn't start up
 until after 10min.

 Is work being done on making this situation better?

 Maybe I'm doing something wrong here, too.

 regards,

 Martin

 On 3/4/06, Adam Winer [EMAIL PROTECTED] wrote:
  On 3/3/06, Yee CN [EMAIL PROTECTED] wrote:
  
  
  
   Is there any supports for Facelets in JDeveloper or JSC? I am using
   MyEclipse - and I am seriously looking for an alternative.
 
  Unfortunately not.  Facelets has come on strong basically at
  exactly the wrong point in the development cycle for JDeveloper
  (and JSC too, I'd imagine).  I'm certainly pushing Facelets
  to anyone in earshot. :)
 
  -- Adam
 


 --

 http://www.irian.at

 Your JSF powerhouse -
 JSF Consulting, Development and
 Courses in English and German

 Professional Support for Apache MyFaces




--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


WebSphere 6.0 JSF implementation change for MyFaces

2006-03-04 Thread Pavel Vybiral








Is there an official way how to change JSF
implementation (IBM) in Websphere 6.0.0.0 for MyFaces one. I know that WS6
comes with its own implementation but I would like to disable loading of JSF
classes from the shipped jar file (jsf-api.jar and ws-jsf.jar) to avoid class
path clash and use MyFaces implementation instead. Thanks.










AW: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Matthias Kahlau
 Thing = embedded OC4j in JDeveloper.

You may deploy to another application server from JDeveloper and run it
there, if you think OC4j does perform bad. I don't know, I use JDeveloper
10.1.2 and deploy directly to the JBoss deploy directory, but with less
files.

Maybe your long startup time is caused by the translation or compilation of
the files, and has nothing to do with the app server itself. But I think
JDeveloper (I use 10.1.2) does only pick the changed files.


Regards,

Matthias


 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Auftrag
 von Martin Marinschek
 Gesendet: Samstag, 4. März 2006 11:36
 An: MyFaces Discussion
 Betreff: Re: How Does JDeveloper Compare with Java Studio Creator


 Thing = embedded OC4j in JDeveloper.

 I didn't try JSC so far - would the performance be better there? Any
 experiences?

 regards,

 Martin

 On 3/4/06, Martin Marinschek [EMAIL PROTECTED] wrote:
  Can you guys tell how well your IDEs would perform with large apps?
 
  I was trying to get an app with 200 jspx files (admittedly, rather
  large) up and running in JDeveloper, and the thing didn't start up
  until after 10min.
 
  Is work being done on making this situation better?
 
  Maybe I'm doing something wrong here, too.
 
  regards,
 
  Martin
 
  On 3/4/06, Adam Winer [EMAIL PROTECTED] wrote:
   On 3/3/06, Yee CN [EMAIL PROTECTED] wrote:
   
   
   
Is there any supports for Facelets in JDeveloper or JSC? I am using
MyEclipse – and I am seriously looking for an alternative.
  
   Unfortunately not.  Facelets has come on strong basically at
   exactly the wrong point in the development cycle for JDeveloper
   (and JSC too, I'd imagine).  I'm certainly pushing Facelets
   to anyone in earshot. :)
  
   -- Adam
  
 
 
  --
 
  http://www.irian.at
 
  Your JSF powerhouse -
  JSF Consulting, Development and
  Courses in English and German
 
  Professional Support for Apache MyFaces
 


 --

 http://www.irian.at

 Your JSF powerhouse -
 JSF Consulting, Development and
 Courses in English and German

 Professional Support for Apache MyFaces



Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Martin Marinschek
Ok, I see.

so that would have only been the first startup? Well, there had been
another thing which prevented the app from startup at all.

It was something like the method behind jsp:include taking a string
parameter and a boolean in some library, but internally in OC4J not or
so.

regards,

Martin

On 3/4/06, Matthias Kahlau [EMAIL PROTECTED] wrote:
  Thing = embedded OC4j in JDeveloper.

 You may deploy to another application server from JDeveloper and run it
 there, if you think OC4j does perform bad. I don't know, I use JDeveloper
 10.1.2 and deploy directly to the JBoss deploy directory, but with less
 files.

 Maybe your long startup time is caused by the translation or compilation of
 the files, and has nothing to do with the app server itself. But I think
 JDeveloper (I use 10.1.2) does only pick the changed files.


 Regards,

 Matthias


  -Ursprüngliche Nachricht-
  Von: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Auftrag
  von Martin Marinschek
  Gesendet: Samstag, 4. März 2006 11:36
  An: MyFaces Discussion
  Betreff: Re: How Does JDeveloper Compare with Java Studio Creator
 
 
  Thing = embedded OC4j in JDeveloper.
 
  I didn't try JSC so far - would the performance be better there? Any
  experiences?
 
  regards,
 
  Martin
 
  On 3/4/06, Martin Marinschek [EMAIL PROTECTED] wrote:
   Can you guys tell how well your IDEs would perform with large apps?
  
   I was trying to get an app with 200 jspx files (admittedly, rather
   large) up and running in JDeveloper, and the thing didn't start up
   until after 10min.
  
   Is work being done on making this situation better?
  
   Maybe I'm doing something wrong here, too.
  
   regards,
  
   Martin
  
   On 3/4/06, Adam Winer [EMAIL PROTECTED] wrote:
On 3/3/06, Yee CN [EMAIL PROTECTED] wrote:



 Is there any supports for Facelets in JDeveloper or JSC? I am using
 MyEclipse – and I am seriously looking for an alternative.
   
Unfortunately not.  Facelets has come on strong basically at
exactly the wrong point in the development cycle for JDeveloper
(and JSC too, I'd imagine).  I'm certainly pushing Facelets
to anyone in earshot. :)
   
-- Adam
   
  
  
   --
  
   http://www.irian.at
  
   Your JSF powerhouse -
   JSF Consulting, Development and
   Courses in English and German
  
   Professional Support for Apache MyFaces
  
 
 
  --
 
  http://www.irian.at
 
  Your JSF powerhouse -
  JSF Consulting, Development and
  Courses in English and German
 
  Professional Support for Apache MyFaces




--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


AW: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Matthias Kahlau
 It was something like the method behind jsp:include taking a string
 parameter and a boolean in some library, but internally in OC4J not or
 so.

I only use the include directive, and I have no problem.


Regards,

Matthias

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Auftrag
 von Martin Marinschek
 Gesendet: Samstag, 4. März 2006 13:20
 An: Matthias Kahlau
 Cc: MyFaces Discussion
 Betreff: Re: How Does JDeveloper Compare with Java Studio Creator


 Ok, I see.

 so that would have only been the first startup? Well, there had been
 another thing which prevented the app from startup at all.

 It was something like the method behind jsp:include taking a string
 parameter and a boolean in some library, but internally in OC4J not or
 so.

 regards,

 Martin

 On 3/4/06, Matthias Kahlau [EMAIL PROTECTED] wrote:
   Thing = embedded OC4j in JDeveloper.
 
  You may deploy to another application server from JDeveloper and run it
  there, if you think OC4j does perform bad. I don't know, I use
 JDeveloper
  10.1.2 and deploy directly to the JBoss deploy directory, but with less
  files.
 
  Maybe your long startup time is caused by the translation or
 compilation of
  the files, and has nothing to do with the app server itself. But I think
  JDeveloper (I use 10.1.2) does only pick the changed files.
 
 
  Regards,
 
  Matthias
 
 
   -Ursprüngliche Nachricht-
   Von: [EMAIL PROTECTED]
  
 [mailto:[EMAIL PROTECTED] Auftrag
   von Martin Marinschek
   Gesendet: Samstag, 4. März 2006 11:36
   An: MyFaces Discussion
   Betreff: Re: How Does JDeveloper Compare with Java Studio Creator
  
  
   Thing = embedded OC4j in JDeveloper.
  
   I didn't try JSC so far - would the performance be better there? Any
   experiences?
  
   regards,
  
   Martin
  
   On 3/4/06, Martin Marinschek [EMAIL PROTECTED] wrote:
Can you guys tell how well your IDEs would perform with large apps?
   
I was trying to get an app with 200 jspx files (admittedly, rather
large) up and running in JDeveloper, and the thing didn't start up
until after 10min.
   
Is work being done on making this situation better?
   
Maybe I'm doing something wrong here, too.
   
regards,
   
Martin
   
On 3/4/06, Adam Winer [EMAIL PROTECTED] wrote:
 On 3/3/06, Yee CN [EMAIL PROTECTED] wrote:
 
 
 
  Is there any supports for Facelets in JDeveloper or
 JSC? I am using
  MyEclipse – and I am seriously looking for an alternative.

 Unfortunately not.  Facelets has come on strong basically at
 exactly the wrong point in the development cycle for JDeveloper
 (and JSC too, I'd imagine).  I'm certainly pushing Facelets
 to anyone in earshot. :)

 -- Adam

   
   
--
   
http://www.irian.at
   
Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German
   
Professional Support for Apache MyFaces
   
  
  
   --
  
   http://www.irian.at
  
   Your JSF powerhouse -
   JSF Consulting, Development and
   Courses in English and German
  
   Professional Support for Apache MyFaces
 
 


 --

 http://www.irian.at

 Your JSF powerhouse -
 JSF Consulting, Development and
 Courses in English and German

 Professional Support for Apache MyFaces



RE: Portlet support - multiple instances of a portlet.

2006-03-04 Thread Marcio E Miranda








Thanks for the reply Stan.



Ill take a look at the
ExternalContext to figure out how the magic happens!



- Marcio.









From: Stan Silvert
[mailto:[EMAIL PROTECTED] 
Sent: sábado, 4 de março de 2006
02:50
To: MyFaces Discussion
Subject: RE: Portlet support -
multiple instances of a portlet.





It doesnt make any
difference. Just create your JSF app as you would if it were running
stand-alone. MyFacesGenericPortlet and your friendly JSR-168 portlet
container will take care of the rest. Most of the magic is done in the javax.faces.context.ExternalContext.
See the javadoc for details.



There have been some reported problems
with multiple JSF portlets in LifeRay, but hopefully it is fixed by now.





Stan
 Silvert

JBoss, Inc.

[EMAIL PROTECTED]

callto://stansilvert













From: Marcio E Miranda
[mailto:[EMAIL PROTECTED] 
Sent: Friday, March 03, 2006 5:13
PM
To: users@myfaces.apache.org
Subject: Portlet support -
multiple instances of a portlet.





Hi,



How does MyFaces (or JSF for that matter) handle backing
beans in multiple instances of the same portlet? For example, lets say
that Ive deployed two instances of MyPortlet in the same page of a
portal. MyPortlet defines a view which has components binded to a backing bean
that must be saved for each portlet instance, because it holds information
specific to that portlet instance (in portlet API terms, it should be stored in
the Portlet session with portlet scope).



Does JSF handle portlet scope in the managed bean creation
facility (and in EL)? If not, how would I handle that in JSF? How should I
create the backing bean and how should I reference it using EL?



Thanks,
Marcio.










Did you know? FacesIDE eclipse plugin

2006-03-04 Thread Mario Ivankovits
Hi!

Look what a co-worker found:
http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=FacesIDE

Looks promising - with el code completion and graphical navigation editor.

Though, the el code completion didnt work here :-( maybe only local
problems.
Unhappily this is exactly my most wanted feature.

Ciao,
Mario



Re: There's an issue with synching tobago sheet to backing bean

2006-03-04 Thread Udo Schnurpfeil

I think this is not a tobago issue. It is evident. The problem
seems, that the index can't be use it identify an item.

Solutions:

1. You may put your list in the session scope.

2. Using request scope: I need some information.
   How do you access to the selected item?
   Code sample?

Regards

Udo


Nazar Stasiv schrieb:
Provided backing bean contains collection of items and is in the request 
scope. If other user deletes an item from the bean there will be 
irrelevant data on your own screen. If you perform delete action on the 
very same item in the sheet you'll get loss of data.


The issue itself is that tobago sheet doesn't recognize backing bean was 
changed. and in case of delete operation as above some items in backing 
bean shift up. And there is very big chance you'll delete item which was 
next to item you meant to delete.


Had anyone experienced such kind of problems?

Thank You





invoking JSF beans directly from jscookmenu

2006-03-04 Thread Marco Mistroni
hello all,i wa swondering if it was possible to invoke a JSF bean method from jscookmenu..if so, can anyone post a sample on how to do it?thanks in advance and regardsmarco


[Tobago] Simplified theme handling

2006-03-04 Thread Udo Schnurpfeil

Hello,

the theme handling was simplified, so you need to change something in 
your build process. See https://issues.apache.org/jira/browse/TOBAGO-20


You have 2 possibilities:

   1. For easy development:
  a) Put the theme jar in the classpath *)
  b) Define a ResourceServlet in the web.xml
 and bind it to the url-pattern of the theme-path
  c) Ensure load-theme-resources-from-classpath=true
 in tobago-config.xml (is default)
  You can see the use in the tobago-example-blank

   2. For production:
  a) Put the theme jar in the classpath *)
  b) Unpack the resources (no classes and no properties)
 of the theme into the war. You may use the maven-theme-plugin
  c) Set load-theme-resources-from-classpath=false
 in tobago-config.xml
  You can see the use in the tobago-example-demo

*) The tobago-theme-name-version-THEME.jar is no longer needed.
   You need only the tobago-theme-name-version.jar
   So you may remove some tags the pom, if using maven2:
  classifierTHEME/classifier
  scopeprovided/scope

Regards

Udo


Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Udo Schnurpfeil

The EAP build 5175 of IntelliJ has JSF support.
It's not ready-made, but it looks promising :-)

Udo

Martin Marinschek schrieb:

Ok

I'd have moved from IntelliJ if that was better (IntelliJ not offering
JSF support at all). Have to stay some more ;)

regards,

Martin

On 3/4/06, Yee CN [EMAIL PROTECTED] wrote:


Eclipse + myEclipseIDE is performing OK. For one thing eclipse is not
opening every file you have - only the ones you left opened in your last
session. For that matter starting up time is rather independent of the size
of the project.

In my 3yr old notebook eclipse + myeclipse + BIRT starts up in around 20
seconds.

Full recompilation takes forever. JSP/JSF validation is the culprit. I have
50+ xhtmls - and it takes the order of 10min to compile.

Regards,
Yee

-Original Message-
From: Martin Marinschek [mailto:[EMAIL PROTECTED]
Sent: Saturday, 4 March 2006 6:35 PM
To: MyFaces Discussion
Subject: Re: How Does JDeveloper Compare with Java Studio Creator

Can you guys tell how well your IDEs would perform with large apps?

I was trying to get an app with 200 jspx files (admittedly, rather
large) up and running in JDeveloper, and the thing didn't start up
until after 10min.

Is work being done on making this situation better?

Maybe I'm doing something wrong here, too.

regards,

Martin

On 3/4/06, Adam Winer [EMAIL PROTECTED] wrote:


On 3/3/06, Yee CN [EMAIL PROTECTED] wrote:




Is there any supports for Facelets in JDeveloper or JSC? I am using
MyEclipse - and I am seriously looking for an alternative.


Unfortunately not.  Facelets has come on strong basically at
exactly the wrong point in the development cycle for JDeveloper
(and JSC too, I'd imagine).  I'm certainly pushing Facelets
to anyone in earshot. :)

-- Adam




--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces






--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces



Re: Did you know? FacesIDE eclipse plugin

2006-03-04 Thread Cagatay Civici
Hi!Exadel has a nice EL completion feature, and also a graphical navigation editor, you should check that out too.Cagatay,On 3/4/06, Mario Ivankovits
 [EMAIL PROTECTED] wrote:Hi!Look what a co-worker found:
http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=FacesIDELooks promising - with el code completion and graphical navigation editor.
Though, the el code completion didnt work here :-( maybe only localproblems.Unhappily this is exactly my most wanted feature.Ciao,Mario


RE: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Igor Marakov
For me the following cycle works better than working with OC4J:
build .war in Jdev, 
ftp to server with tomcat
deploy
repeat

Igor

-Original Message-
From: Martin Marinschek [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 04, 2006 5:35 AM
To: MyFaces Discussion
Subject: Re: How Does JDeveloper Compare with Java Studio Creator

Can you guys tell how well your IDEs would perform with large apps?

I was trying to get an app with 200 jspx files (admittedly, rather
large) up and running in JDeveloper, and the thing didn't start up
until after 10min.

Is work being done on making this situation better?

Maybe I'm doing something wrong here, too.

regards,

Martin

On 3/4/06, Adam Winer [EMAIL PROTECTED] wrote:
 On 3/3/06, Yee CN [EMAIL PROTECTED] wrote:
 
 
 
  Is there any supports for Facelets in JDeveloper or JSC? I am using
  MyEclipse - and I am seriously looking for an alternative.

 Unfortunately not.  Facelets has come on strong basically at
 exactly the wrong point in the development cycle for JDeveloper
 (and JSC too, I'd imagine).  I'm certainly pushing Facelets
 to anyone in earshot. :)

 -- Adam



--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces




AW: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Matthias Kahlau
Hi!

The following Web pages may provide a good start when searching for JSF IDEs
or plugins:

http://www.jsfcentral.com/products/ides/

http://www.jsfcentral.com/products/plugins/


Regards,

Matthias

 -Ursprungliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Auftrag
 von Igor Marakov
 Gesendet: Samstag, 4. Marz 2006 20:13
 An: 'MyFaces Discussion'; [EMAIL PROTECTED]
 Betreff: RE: How Does JDeveloper Compare with Java Studio Creator


 For me the following cycle works better than working with OC4J:
 build .war in Jdev,
 ftp to server with tomcat
 deploy
 repeat

 Igor

 -Original Message-
 From: Martin Marinschek [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 04, 2006 5:35 AM
 To: MyFaces Discussion
 Subject: Re: How Does JDeveloper Compare with Java Studio Creator

 Can you guys tell how well your IDEs would perform with large apps?

 I was trying to get an app with 200 jspx files (admittedly, rather
 large) up and running in JDeveloper, and the thing didn't start up
 until after 10min.

 Is work being done on making this situation better?

 Maybe I'm doing something wrong here, too.

 regards,

 Martin

 On 3/4/06, Adam Winer [EMAIL PROTECTED] wrote:
  On 3/3/06, Yee CN [EMAIL PROTECTED] wrote:
  
  
  
   Is there any supports for Facelets in JDeveloper or JSC? I am using
   MyEclipse - and I am seriously looking for an alternative.
 
  Unfortunately not.  Facelets has come on strong basically at
  exactly the wrong point in the development cycle for JDeveloper
  (and JSC too, I'd imagine).  I'm certainly pushing Facelets
  to anyone in earshot. :)
 
  -- Adam
 


 --

 http://www.irian.at

 Your JSF powerhouse -
 JSF Consulting, Development and
 Courses in English and German

 Professional Support for Apache MyFaces





Re: Tobago sheet using jdbc ResultSet example request

2006-03-04 Thread Bernd Bohmann

Hello John,

the tobago-example-test.war includes a working example for a sheet using 
a ResultSet.


You can find the example in the svn at tobago-example/tobago-example-test.

Maybe this helps

Regards

Bernd

John schrieb:

Could someone please post an example of this?
 
I'm assuming the variable usage in the sheet tag is different, since the 
conventional variable usage is not working for me.
 
John


--
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333


Anybody using IBM's I18N JSF Components?

2006-03-04 Thread Frank Felix Debatin

(Sorry for being slightly off-topic again.)

IBM has a component set with the name Global Business
Object 

See http://alphaworks.ibm.com/tech/gbo

It provides simple layouts for locale-specific entering of
names, addresses, dates and times.

Very useful for an international application! 

Anybody using it? Is it ready-to-use for production?

The license info is even more awful than the name of the
component set:
Your input from filling out this form will contribute
towards determining if a commercial license can be offered
the technology you select. The evaluation process typically
takes at least 4-6 weeks. While we try to satisfy all
requests, there is no guarantee that a commercial license
can be made available. 

Frank Felix



commandlink action attribute

2006-03-04 Thread Analyst John
new to myfaces. in examples simple.war, i was trying to understand masterdetail page. i havea basicquestion - any help is highly appreciated.when the user clicks edit master detail which back end bean method is executed  when the use clicks delete/add new city/add new country command buttons/links what back end beans are linked and executed.Regards  
	
		 Yahoo! Mail 
Use Photomail to share photos without annoying attachments.

Re: commandlink action attribute

2006-03-04 Thread Dennis Byrne
  when the use clicks delete/add new city/add new country command 
 buttons/links what back end beans are linked and executed.

This depends on whether or not the action or actionListener attributes of these 
links/buttons are value bound, action=#{backingBean.actionMethod}

Dennis Byrne




[HELP] t:dataScroller

2006-03-04 Thread Garner, Shawn
I'm having trouble getting the t:dataScroller to work.
I'm using facelets/myfaces/jboss.

I don't get anything displayed for the datascroller.  The data for my
h:dataTable displays fine.  I've looked at the examples I could find and
can't see what I'm doing wrong.

Any help?  My code is below.


h:dataTable id=productsTable
value=#{productBean.productList}
var=product rows=9 
h:column 
#{product.shortName}
/h:column
h:column  
  #{product.shortDescription}
/h:column 
h:column 
 h:commandLink action=#{productBean.details}
More Information on
#{product.shortName}.
 /h:commandLink
/h:column

/h:dataTable
h:panelGrid columns=1
t:dataScroller for=productsTable id=scroll_1
fastStep=18 pageIndexVar=indexVar pageCountVar=countVar
f:facet name=first
1st
/f:facet
f:facet name=previous
lt;
/f:facet
f:facet name=next
gt;
/f:facet
f:facet name=last
last
/f:facet
f:facet name=fastforward
gt;gt;
/f:facet
f:facet name=fastrewind
lt;lt;
/f:facet
/t:dataScroller

/h:panelGrid

 
This email may contain confidential material. 
If you were not an intended recipient, 
Please notify the sender and delete all copies. 
We may monitor email to and from our network. 



example web app - master detail

2006-03-04 Thread Analyst John
i am going thru the examples, they are exciting .. looking into masterdetails , is there code mismatch for the example , i don't think so.any pointers will help me greatly in learning myfaces.simple.war example.  example-config.xml managed-bean managed-bean-namecountry/managed-bean-name managed-bean-classorg.apache.myfaces.examples.misc.Country/managed-bean-class managed-bean-scoperequest/managed-bean-scope /managed-bean countryTableForm.jsp  f:facet name="footer" h:commandButton value="#{example_messages['label_country_city_add']}"
 action=""//f:facetCountry.java There is no addCity method   while clicking command button, addCity of Country is performed?Regards
	
		 Yahoo! Mail 
Use Photomail to share photos without annoying attachments.