Hi there,
With a B4J webserver (jetty) is possible to group a list of routes in a single class to avoid having a lot of classes?
I mean, something like:
/products/list
/products/add
/products/delete
(Etc)
I would like to have those on a single Products class and not a class for each one.
Is this possible?
Thanks.
With a B4J webserver (jetty) is possible to group a list of routes in a single class to avoid having a lot of classes?
I mean, something like:
/products/list
/products/add
/products/delete
(Etc)
I would like to have those on a single Products class and not a class for each one.
Is this possible?
Thanks.