My previous employer has many installations of applications based on our
framework product which uses Stripes for the UI and JAX-RS for the REST
API, with a Groovy-Stripes-JAX-RS bridge: each action is written in Groovy
and works both as a Stripes action and as JAX-RS resource. They're mostly
on-premises applications for their customers, but some are facing the Web.
Several of them have one or more sections that are basically SPA's while
the rest of the app is traditional MVC, and some of them are full-blown
SPA's, mostly built with AngularJS. Also several customers and third
parties use the framework in production (it's open source) and they tend to
use Stripes/MVC more than JAX-RS.

However, I'm currently working on removing Stripes from the framework and
move to a pure REST solution with JAX-RS and Spring and an Angular UI. The
existing installations won't go anywhere and probably the Stripes-based
version will continue to receive bug fixes and updates, but the new cool
stuff will happen on the new version.

On Fri, 12 Oct 2018 at 15:34, Mike McNally <emmecin...@gmail.com> wrote:

> I use Stripes behind two different SPAs with in-house client
> frameworks. The server returns JSON except when initializing the
> client, but that's transparently hidden in a JSP tag wrapper.
>
> It's not REST because REST really doesn't exist :)
>
> On Fri, Oct 12, 2018 at 8:32 AM DJDaveMark via Stripes-users
> <stripes-users@lists.sourceforge.net> wrote:
> >
> > Lucky man. What are you using client-side?
> > Do you have any Single-Page-Applications communicating via a REST API
> with Stripes returning JSON ?
> >
> > Cheers,
> > DaveMark
> > .
> >
> >
> > On Friday, 12 October 2018, 15:09:56 CEST, <daniil.soson...@orbisfn.com>
> wrote:
> >
> >
> > Still using stripes extensively. Existing products.
> >
> >
> >
> > On Fri, Oct 12, 2018 at 8:56 AM -0400, "DJDaveMark via Stripes-users" <
> stripes-users@lists.sourceforge.net> wrote:
> >
> > Hi,
> >
> > Just wondered how many people on this list still work with projects
> using Stripes?
> >
> > I only ever managed to convince 2 project managers to use Stripes (both
> with Spring/Hibernate), and I had a brief encounter with JAX-RS. Lately
> I've mostly been on projects using Node (Express/Sequelize).
> >
> > Cheers,
> > Dave
> > .
> > _______________________________________________
> > Stripes-users mailing list
> > Stripes-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to