No special facades. Most of the time consists of a series
of webmethods within a webservices. The data that is returned is static. When
development progresses the static data is replaced by the programming
logic.
~joost Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Bjorn Schultheiss Verzonden: maandag 7 augustus 2006 3:47 Aan: flexcoders@yahoogroups.com Onderwerp: RE: [flexcoders] Java developers: How do you organize your projects?
Hi Joost,
Do you use any *special* fake facade for testing server
interaction?
Regards,
Bjorn Schultheiss
Senior Flash Developer
QDC Technologies
From: [EMAIL PROTECTED] 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 you... Joost Nuijten
- RE: [flexcoders] Java developers: How do you organiz... Franck de Bruijn