Tobias Erdle

Results 29 comments of Tobias Erdle

I like Christians proposals, so +1 for it in general. Maybe we can additionally make the API more meaningful and provide some "standard" directories so users have a template, like...

> Anyone has more insights? After I've built and used a mechanism inspired by this issue in an application, I can say that the content type is properly handled by...

Thanks for the information. I'll try to find so time to test your approach. Maybe this is the solution for my problem :) Anyway, it's weird that only Glassfish seems...

Maybe 🤷🏻 But let's try it with your approach. That seems promising.

I'd prefer the first option, as this seems to be the easiest and most transparent way of handling exceptions in this case. Sure, we need to make `Viewable` more than...

Added this to the upcoming milestone as this seems like a important feature to me, because a good exception handling is important for UX and security.

I think it should be an interface too. So it is easier to integrate it in existing other MVC implementations which are not based on Jakarta MVC but maybe want...

Ah right. Hmm... probably we can do something with `default` methods inside the interface to work around this issue? Just some "stupid" factory methods creating anonymous instances of the interface?🤔...

Hi all, after thinking a lot about this idea, I'm asking myself if this is really a feature we should specify it in depth. I had a look into a...