Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bobingham

Pages: [1]
1
Suggestions and Requests / inclusing classes from external projects
« on: January 13, 2004, 05:38:47 am »
We are simultaneously developing an ASP.NET web system and a .NET windows system which share the same business logic.  Therefore, in Visual Studio, we create a solution with three projects.  When we compile the Windows and/or ASP.NET projects the resulting EXE's/DLL's include necessary code from the business logic project.
Is it possible to recreate this using EA?  Thus, we would like to create three different projects and when modelling the Windows/ASP.NET projects include classes from the third, business logic, project.  We do not want to have to go through the process of exporting the business logic as XML and importing into the Windows and ASP.NET projects each time there is a change to the business logic.

Pages: [1]