Hi Nikhil,

It's certainly possible for the framework to support publishing scenarios,
but I admit I don't quite understand the scenario that you are describing.

The swagger UI is just a convenient frontend for making http calls against
the rest API provided by the restful objects viewer, so it's the to viewer,
not swagger, that's generating the json.
It is possible to serialize objects into json, but what I don't understand
is how you intend to associate a crud action (invoked via wicket?)  to a
response to a rest API call?

Dan

On Fri, 29 Sep 2017, 12:55 Nikhil Dhamapurkar, <
[email protected]> wrote:

>
> For one of our requirements we are planning to listen to Event bus of
> apache ISIS, apache ISIS acts as admin GUI that makes changes on
> preferences of different entities which are of interest to other
> applications.
>
> After there are changes we are planning to use the swagger based rest UI
> to request / respond to GET and POST Entities.
>
> Can I redirect the event of CRUD operation published on event bus to
> Swagger GUI response  , I want to use the same Object to Jason
> functionality that ISIS already provides me what is the best way to do this?
>
> Object Change → event on the Bus→ use Swagger’s ability to convert
> Entities to JSON and send over rest
>
> Regards
> Nikhil
>
>

Reply via email to