• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Need suggestion to develop new web application for banking product

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

We are planning to develop a new banking application to replace existing VB application project.

Need an advice which frameworks is good to use.

Our requirements are below

1) This is a web based application. Internal network access(bank user). Outside network(internet) cant access.

2) Application domain is Trade Finance systems.

3) Currently running in visual basic 6.0 version. Management has decided to convert into Java based application.Almost 100 forms are there to convert.

4) We are a team size of 4 peoples around.

5) Backend communication is IBM as400 host system. We are quite familiar with communication. So, There is no issue with connections. Using socket to send and receive the data.

6) We know Core java +Spring boot, Spring batch and Jsps,servlet concepts.


Is spring boot is usefull for middleware ?

Can you suggest front end page?

Thank you in advance.


 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

vinoth sathi wrote:
Is spring boot is usefull for middleware ?



That depends on what you mean by "middleware".  Spring is a collection of more than a dozen different projects, many of which could fulfill a middleware role (Spring Integration, Cloud, IO, etc.).  Spring Boot makes it easier to get those different projects to play well together.

vinoth sathi wrote:
Can you suggest front end page?



Do you mean a web front end framework?  Spring MVC is the Spring web front end.  There are several other projects that add capabilities to that base (Spring Session, Web flow, Web services, etc.).  
 
reply
    Bookmark Topic Watch Topic
  • New Topic