Replies: 3 comments
-
The only current workaround I can come up with at the movement is to have multiple projects at the server side as well as on the Client side. |
Beta Was this translation helpful? Give feedback.
-
Yeah I thought of that too but it’s a lot of work setting up all the extra projects and then different servers and then on client you need different http client factories…being able to just select which services on client would be easy and nice feature to add
…________________________________
From: Daniel Svensson ***@***.***>
Sent: Friday, July 2, 2021 3:04:58 PM
To: OpenRIAServices/OpenRiaServices ***@***.***>
Cc: dsoltesz ***@***.***>; Author ***@***.***>
Subject: Re: [OpenRIAServices/OpenRiaServices] Select which domain services you want generated on the client. (#296)
The only current workaround I can come up with at the movement is to have multiple projects at the server side as well as on the Client side.
That way the different client libraries can link to different server projects and get different domainservices generated that way
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#296 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AALFFSPHY2GBJWBJJDWJRPLTVYEVVANCNFSM47WPTKGA>.
|
Beta Was this translation helpful? Give feedback.
-
I would accept a PR with this functionality given it is not a breaking change and not to complex, but it is not something I will look into |
Beta Was this translation helpful? Give feedback.
-
Currently on the client when you run code generation it generates all domain services which is normally fine but when you're working with a blazer wasm client application you want to keep packages small and break them up for lazy loading so it would be nice to be able to have multiple client projects generating different domain services so that they could be lazy loaded independently without having one giant generated project
Beta Was this translation helpful? Give feedback.
All reactions