gwtd3 / gwt-d3

A GWT wrapper library around the d3.js library
Other
131 stars 53 forks source link

Is it possible to use gwt-d3 for Spring applications? #141

Closed samvel-malintsyan closed 6 years ago

samvel-malintsyan commented 6 years ago

Hi, Is it possible to use gwt-d3 for Spring applications? Thanks, Samvel

MdSE commented 6 years ago

Hi @smalints ,

Yes, its possible. I work in a project that GWT-d3 and Spring Boot.

Marco

ericcitaire commented 6 years ago

Spring is server-side, while GWT is client-side.

There is no problem using Spring and gwt-d3 in the same project.