Re: FW: Re: CODI ViewAccessScope use-case in use-case approach

2011-08-29 Thread Steven Rudolf
Hello Gerhard, thanks for your effort! Yes, Sorry, I described it not very well. I am really searching for a generic solution. I have many use-cases of type A and three or four use cases of type B for searching some entities. I do not want to inject all of the A-type-beans into the B-type-beans

Re: FW: Re: CODI ViewAccessScope use-case in use-case approach

2011-08-29 Thread Gerhard Petracek
hi steven, that would make sense if it's a generic engine. if it isn't that generic, you could directly inject "bean a" into "bean b" and access it. if you really access e.g. #toString of the "callerBean" it should work. the alternative depends on further details of your application and use-cases

FW: Re: CODI ViewAccessScope use-case in use-case approach

2011-08-29 Thread Steven Rudolf
Oh, I am deeply sorry for the bad format! I hope you can read it better now: Hello Gerhard, thanks for the fast answer! I have an a.view with a commandlink like this:   Then I have the useCaseLinkBean which handles the "routing" between the usecases with the method:   public String accessUseCa

Re: CODI ViewAccessScope use-case in use-case approach

2011-08-29 Thread Steven Rudolf
Hello Gerhard, thanks for the fast answer! I have an a.view with a commandlink like this: Then I have the useCaseLinkBean which handles the "routing" between the usecases the method: public String accessUseCase(final String accessLink, final UseCaseCaller callerBean) { this.callerBean = callerBe

Re: CODI ViewAccessScope use-case in use-case approach

2011-08-29 Thread Gerhard Petracek
hi steven, first of all: welcome @ myfaces! please provide more information on how you touch the bean of your first use-case (A). regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: Triniad 2.0.1 release ?

2011-08-29 Thread Scott O'Bryan
The answer is yes. We've got a few blockers that are being worked on, hopefully we can get to them this week. Sent from my iPhone On Aug 29, 2011, at 4:22 AM, Manuel Hartl wrote: > Hi Trinidad-Team, > > is there going to be a Trinidad 2.0.1 release soon? We need some of the > fixes that were d

Triniad 2.0.1 release ?

2011-08-29 Thread Manuel Hartl
Hi Trinidad-Team, is there going to be a Trinidad 2.0.1 release soon? We need some of the fixes that were done in the 2.0.1-SNAPSHOT version .. Regards, Manuel. -- Dipl. Inform. Manuel Hartl Software Architect FlexSecure-LogoKobilGroup-Logo FlexSecure GmbH Industriestr. 12 D - 64297 D

CODI ViewAccessScope use-case in use-case approach

2011-08-29 Thread Steven Rudolf
Hello, I'm using CODI (v 1.0.1) and I'm loving the ViewAccessScope becaue it is really easy to program my use cases if I know, that the beans will clean up if I don't access them anymore after redirecting to the next view. So mainly all my beans are ViewAccessScope and the transfer of values be