|
Hi Joost,
Do you use any *special* fake facade for testing server
interaction?
Regards,
Bjorn Schultheiss
Senior Flash Developer
QDC Technologies
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Joost Nuijten Sent: Monday, 7 August 2006 10:57 AM To: [email protected] Subject: RE: [flexcoders] Java developers: How do you organize your projects?
Hi Dave,
I'm doing the following in my projects:
- Flex and Java have their own Eclipse instances. I think
there's no reason to mingle them. In my projects the role of Java developer and
Flex developer are always occupied by two persons.
- We have a seperate server that acts as the release
server. The Flex developer is able to test on his local machine. The Java is
able to test his work by using test cases with JUnit.
- The interface between Flex and Java is specified by the
Java and Flex developer. Based on the specifications a fake facade is created
that the Flex developer can use to implement server
interaction.
- Meanwhile the Java developer implements the interface.
Everytime a stable version becomes available it is published to the central
server and a JAR is commited to cvs. The Flex developer can use this JAR to test
the interface on his local machine.
- The Java and Flex part are two seperate projects (also in
cvs). Projects are merged by committing a stable JAR into the Flex project. The
output of the Flex project (including JAR) will be the final
product.
Maybe this will help you a bit.
~Joost Van: [EMAIL PROTECTED] Verzonden: zondag 6 augustus 2006 23:41 Aan: [EMAIL PROTECTED] Onderwerp: [flexcoders] Java developers: How do you organize your projects? Currently, I have a client-side flex running in Flex Builder stand- -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- RE: [flexcoders] Java developers: How do you organize yo... Joost Nuijten
- RE: [flexcoders] Java developers: How do you organi... Bjorn Schultheiss
- RE: [flexcoders] Java developers: How do you or... Joost Nuijten
- RE: [flexcoders] Java developers: How do you organi... Franck de Bruijn

