• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

GUI in spring

 
Ranch Hand
Posts: 518
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am very new to spring and i dont know anything about spring.I want to develop a GUI in spring which should have create,delete,edit,upload buttons and functions. Where should i start and how should i do this?

Thanks
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This question is way too open ended - A web GUI, a desktop GUI? Create,delete,edit,upload - what? where?

As far as Spring supporting these - yes - Spring can work in desktop apps and web apps. Your model and data layer will be more responsible for implementing "create, delete, edit, upload" - but Spring can control how method calls are wired together to call these through other classes, or provide Spring enabled "template" classes if you're using something like JDBC or Hibernate.

As for where to learn more about Spring - the Spring MVC step-by-step tutorial (uses both core Spring and Spring MVC web framework) and the Spring Reference Documentation is probably the best place to start.
 
Look! It's Leonardo da Vinci! And he brought a tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic