• 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

What are the technology i have to choose?

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

I got task from my superior. I have to create standard application not like small kids code.

The objective of the application
1. Provide the option to browse the excelfiles which contains some activities and save into the databse.
2. Provide the option to view/generate the report - Some flexible manner, fetch the data from database. (Reports in table formats)
3. Future: The enhancement will come based on my design and application stuff.

He gave me a full freedom to choose framework and table design.
So i want to prove myself like i am good developer & capable to do small projects.

I am bit confused which framework i have to choose?

I have experience in the following area:
Front-End : JSF and Richfaces
Back-End : Core Java, Spring, JPA
Server : Tomcat.

I have not deep knowlwdge in the following area. eventhoug i can do.
Front end: Primefaces
Back-end: Spring, Hibernate.

Please give me a good suggesstion.

Thanks in advance.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The choice of libraries and frameworks is an implementation decision; those decisions are made after you have the application design in place. What you posted is an extremely high-level description, that also happens to be very generic. I don't think anyone can make meaningful recommendations based on that. Start with the design - UI, DB, app layers and modules, APIs if necessary etc. Once you know what you are going to build you can start thinking about how you are going to build it.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suggest getting all your design thoughts on paper as UML diagrams and/or Use Case documentation.

Don't start coding until your boss agrees that your design is what he wants - diagrams are a big help when talking about projects like this.

Bill
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic