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

Urgent

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
Here is a project done by using JSP,Servlets
I want to know what are the questions i can get from interviewer in the interview....Please help me
Synopsis of proj

Travel Advance and Reimbursement System has been developed as a product for corporate clients, which can be customized, based on the customer needs. The product is developed using three-tier architecture. The business logic is implemented in Java & Servlets. The presentation Logic is implemented using HTML and Java using JSP 1.1. The Data Access Logic is implemented using SMTP mail server is used for document routing.
thankx
 
Ranch Hand
Posts: 113
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Explain what is Document Routing and where it is used?.
 
Ranch Hand
Posts: 532
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They will probably ask you the standard questions about Java Servlets, JSP, etc. They may also want to know if you understand 3-tier architecture. If you are writing that interface to the SMTP server for the document routing then they will probably want to see if you know about workflow and how to handle different scenarios within an approval chain.
 
Ranch Hand
Posts: 235
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Firstly, I noticed that this is a duplicate thread:
https://coderanch.com/t/27808/Jobs/careers/very-Interview
Secondly, looking at your project description, it seems you have cut-and-pasted and failed to copy the part about data access...is it Castor, JDBC, JDO? This is an important layer to understand...
Thirdly, as a point of general advice, a topic name such as "3-tier interview questions" instead of simply "urgent" may get more ranchers who know the subject to take a look at your thread...
 
I didn't do it. You can't prove it. Nobody saw me. The sheep are lying! This tiny ad is my witness!
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