Search the web
Sign In
New User? Sign Up
cairngorm-documentation · Cairngorm Documentation Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 705 - 735 of 927   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
705
can I run an exe file using cairngorm?...
per_tutto
Offline Send Email
Feb 3, 2008
11:05 pm
706
You cannot run an exe via Flash Player...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
Feb 4, 2008
4:45 am
707
Or even in AIR, if I recall correctly. But there are workarounds, I think. Anyone recall what they are? Douglas On Feb 3, 2008 11:45 PM, ben.clinkinbeard...
Douglas McCarroll
douglasmccar...
Offline Send Email
Feb 4, 2008
12:41 pm
708
I can run an exe file using a java bridge (look at ARTEMIS project). I've seen COMMANDO (http://code.google.com/p/commando-for-flex/wiki/Welcome) project, but...
pippo pluto
per_tutto
Offline Send Email
Feb 4, 2008
2:51 pm
709
Sounds like cairgorm documentation is now flexcoders.. ... From: Douglas McCarroll To: cairngorm-documentation@yahoogroups.com Sent: Monday, February 04, 2008...
Paul Andrews
pauland2513
Offline Send Email
Feb 4, 2008
2:53 pm
710
Hi, I'm trying to get my Flex application, which I'm using Cairngorm, to use utility classes for all the form validation, and other jobs that don' involve...
stephen50232
Offline Send Email
Feb 5, 2008
9:13 am
711
Typically you would consider these business logic specific classes as "Helpers". I recommend you create a package called helpers and add all business specific...
eric@...
efeminella
Offline Send Email
Feb 5, 2008
1:52 pm
712
OK. I expect this has already been covered somewhere, but I couldn't find it after searching, (or more likely I couldn't figure out the right things to search...
werehare
Offline
Feb 6, 2008
1:07 pm
713
I'm really interested in the answer to this also. I've broken the rule once in the current app we're working on and put some logic into the model but all other...
Glenn Williams
tinylion1968
Offline Send Email
Feb 6, 2008
1:25 pm
714
I'm not an expert on Cairngorm, actually just recently finished the same process you are at - trying to sell Cairngorm to collegues. I'd say, that the cart...
Sefi Ninio
chompy18
Offline Send Email
Feb 6, 2008
2:14 pm
715
I don't think your cart would be a VO. VOs are generally dumb property containers (like you said) that are used to communicate between app tiers. So unless you...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
Feb 6, 2008
2:16 pm
716
At the beginning I also found this point confusing. What we do with our experience is to separate the business concept and the model concept. The model concept...
Yann Chevalier
leflexeurfou
Offline Send Email
Feb 6, 2008
3:01 pm
717
Hello all, From what I understand Value Object originated from the Data Transfer Object in Java and is only for moving data around - not processing it. Back...
Evan Gifford
evangifford
Offline Send Email
Feb 6, 2008
4:16 pm
718
Actually .. I thought about it and I don't think it may have been 100% correct or clear about what I said regarding the role of a model object. Paraphrasing...
Evan Gifford
evangifford
Offline Send Email
Feb 6, 2008
6:54 pm
719
Hi all, I believe important is that you keep thinking adhering to OOP concepts and not let Cairngorm get in that way of doing so. Cairngorm can fit very well...
Alex Uhlmann
uhlmann_alex
Offline Send Email
Feb 7, 2008
8:46 am
720
Regarding my blog series I would like to add that my attempt of this was to show a simple example that extracts some logic out of views into testable model...
Alex Uhlmann
uhlmann_alex
Offline Send Email
Feb 7, 2008
8:46 am
721
Thanks so much for your clarification, Alex. I guess I could retreat to calling myself a "Cairngorm puritan" ... but then agian, you guys at Adobe EMEA put...
Evan Gifford
evangifford
Offline Send Email
Feb 7, 2008
3:32 pm
722
Hi Evan, I agree once you have scenarios with code generation the approach not to have a DTO layer might be difficult. The alternative approach of translating...
Alex Uhlmann
uhlmann_alex
Offline Send Email
Feb 7, 2008
6:18 pm
723
I've been following this thread and I liked the suggestion above that uses the VOs (which in my book should just be called DTOs) for the transport, and someone...
Todd P
taude1
Offline Send Email
Feb 7, 2008
7:40 pm
724
Hey Alex, I may be missing something important (unit testing?), but why should a VO not hold state on the client? I usually bring in a DTO off the server, then...
Evan Gifford
evangifford
Offline Send Email
Feb 7, 2008
8:41 pm
725
Hi, I'm currently evaluating Cairngorm with other frameworks e.g. PureMVC. So I want to know that does Cairngorm supports multiple nested components, and each...
Muhammad Ahmed Ullah
ahmedullah2k
Offline Send Email
Feb 8, 2008
9:21 am
726
Hi, Is there a naming conventions for Cairngorm, for example how to name your events, your commands etc, how to structure your folders, that kind of thing. ...
stephen50232
Offline Send Email
Feb 8, 2008
2:27 pm
728
Hi Stephen, As you might have guessed, Cairngorm does not assume any particular naming convention or structure. The "classic" Cairngorm structure can be seen...
Evan Gifford
evangifford
Offline Send Email
Feb 8, 2008
3:08 pm
729
For naming, I just follow what Evan suggested above. To take organizing your code futher, you'll probably also want sub-folders off the "classic" structure,...
Todd P
taude1
Offline Send Email
Feb 8, 2008
3:38 pm
730
Todd, That's great, i like your ideas on the folder structure. I'm currently working on a Flex app, which is getting bigger and bigger, so I need to start...
Stephen Adams
stephen50232
Offline Send Email
Feb 9, 2008
7:35 pm
731
... VO not hold state on the client? It really depends on your project. I wouldn't want to give a black and white answer on this. I don't see it generally...
Alex Uhlmann
uhlmann_alex
Offline Send Email
Feb 11, 2008
9:14 am
732
Hi, Hope this will help. Project Name ... From: stephen50232 <stephenadams1@...> To: cairngorm-documentation@yahoogroups.com Sent: Friday, February 8,...
ng chee wai
wainc16
Offline Send Email
Feb 11, 2008
2:18 pm
733
You've made some good points there Alex. It seems like the DTOs only make sense on the client if they were created for the client. Any change in the DTO would...
Evan Gifford
evangifford
Offline Send Email
Feb 12, 2008
3:23 pm
734
I was reading through the source in attempt to fully grok the architecture, and I came across some code that has be a bit bewildered. I'm certainly not yet...
Bill Shirley
pilzn
Offline Send Email
Feb 12, 2008
9:15 pm
735
The documentation on the constructor of this class contradicts itself. CairngormEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) ...
Bill Shirley
pilzn
Offline Send Email
Feb 12, 2008
9:46 pm
Messages 705 - 735 of 927   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help