• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need java project technicla flow

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

I have attached Java project technical flow. please go through that attachment and give me proper technical flow.
with jsp , servlet , struts, hibernate and back end oracle. Here what i did is control goes to controller then goes to
servlet for validating the request , if req is correct then goes back to controller. Then control forwarded to Action class
and to DAO then DB. Finally response goes back to browser. I need clear flow
Java-Project-Technical-FLow.png
[Thumbnail for Java-Project-Technical-FLow.png]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure what you're asking - you seem to have decided on a flow of control already; what are you looking for us to provide?
 
Rajendra Prakash
Ranch Hand
Posts: 293
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Friend am not clear , is this flow correct or not
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rajendra Prakash wrote:... please go through that attachment and give me proper technical flow with jsp , servlet , struts, hibernate and back end oracle.


I think you are talking about the Design/Architecture of the system? What you have shown looks like a typical Struts flow anyway.
 
Rajendra Prakash
Ranch Hand
Posts: 293
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My interviewer asked technical flow of my project. you said that diagram as typical flow of struts. so can give me technical flow
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rajendra Prakash wrote:My interviewer asked technical flow of my project. you said that diagram as typical flow of struts. so can give me technical flow



No idea what you are asking here. Are you asking how Struts works, and if your diagram describes this correctly?
 
Sheriff
Posts: 7136
1360
IntelliJ IDE jQuery Eclipse IDE Postgres Database Tomcat Server Chrome Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rajendra Prakash wrote:you said that diagram as typical flow of struts. so can give me technical flow


What's your definition of "technical flow" ?
 
Rajendra Prakash
Ranch Hand
Posts: 293
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Project consists business flow and technical flow.My interviewer asked to give technical flow . what should i give
 
Vijitha Kumara
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Better if you asked what the interviewer meant by that because there might be a specific term for that particular instance. But if this is directly about Struts then it could be that how the request flows within the application. But it's just a guess .
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure what that "validating request" part is, though.
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rajendra Prakash wrote:Project consists business flow and technical flow.My interviewer asked to give technical flow . what should i give




As per my knowledge technical flow just means how the frameowrk works.The entire flow from front end to Database.
these sort of questions are genrally asked in interview.

I think you need to explain how the framework works in your project as your flow picture is not clear i cannot comment on that.
 
I've been selected to go to the moon! All thanks to this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic