MartinoMensio / DP2-Labs

Distributed Programming 2 Laboratories @ Polytechnic University of Turin
MIT License
1 stars 0 forks source link

Assignment 3 client class generation #30

Closed MartinoMensio closed 7 years ago

MartinoMensio commented 7 years ago

Clients should not use the same generated classes as the service. They should generate them from the WADL description. This issue cannot be solved until #28 is fixed

MartinoMensio commented 7 years ago

Can be done in both ways. It is allowed to use the same classes of the service, but I will probably generate them for clients separately (from WADL) to have complete separation

MartinoMensio commented 7 years ago

too much work and duplicated code, because where to place WADL-generated classes? They must be available for both client 1 and client 2. Sisto said this is not a problem, so I will keep imports from service