i have 500 jsps in my application,and i have same forward
name for each jsp,so it lokks in strutsconfig.xml,from 1 to
500,but i want send 498 page directly,how can i cingigure
my application
while working struts in intellij 7.0error unable to
initialize tld location cache: zip file is closed is
displayed anybdy can answer me immdialy .ungert
207
how to write a server program and sending the mails to the
server using smtp protocol please help me
I need some details about an employee. i have only the
employee id in my presentation layer(JSP).I entered that ID
and click "Show Details" Button. Question is how the JSP
pass that id to Controller layer and DAO and what mechanism
we are using to retrive data from DB and how the data
passed to JSP as a Output. Please explain in detail.
CANDOR Services, a leading provider of next-generation
staffing services, draws from unparalleled resources and
expertise to offer you innovative, quality workforce
solutions.
We have openings for "J2EE ARCHITECT" with one of our
clients. Client is CMM Level 5 company.
Location : Hyderabad
Roles
A J2EE Architect with expertise in Web Architecture
(covering Spring MVC, AOP, Webflow, Struts, Tiles,
Hibernate, JAAS, Web Application Performance Turning &
Measurement) as part of Solutions Architecture Group:
Position involves in providing architectural vision,
conceptualize and provide architectural approaches, create
models and specifications, and validating the architecture
against requirements and assumptions.
Also involves in providing oversight over ongoing projects
as a reviewer and auditor
Educational Requirements
A minimum of BS or MS (MS preferred) in Computer Science or
Engineering or equivalent experience in the IT industry.
Skill Sets
Overall 8-10 Years of experience in IT industry with 3-4
Years of experience in Service industry
Technology Skills
Java, J2EE, MVC Frameworks (Struts/WebWork/JSF/Spring),
Spring, AOP, WebFlow, ORM Tools
(Hibernate/Ibatis/JDO/Tapestry), App servers, Databases,
JAAS
Web Application Performance Tuning & Measurement
6+ years Java software development experience.
4+ years of enterprise Java development, with emphasis on
web-based applications.
Strong relational database and SQL skills (5+ years).
Mail to : anuradha.k@candorservices.co.in
Say you want to store the information about a number of
pets in an array. Typical
information that you could store for each pet (where
relevant) would be
• Breed of animal
• Animal's name
• Its birth date
• Its sex
• Whether it has been sterilised or not
• When it is due for its next inoculation
• When it last had its wings clipped
For each type of pet (eg. dog, cat or bird) you would
typically define a class to hold
the relevant data.
Note: You do not need to implement these classes. Just
answer the following
questions.
3.1.1 What would be the advantage of creating a superclass
(eg. Pet) and
declaring an array of Pet objects over simply using an
array of Objects,
storing each of the instances of the different pet classes
(eg. Dog, Cat or
Bird) in it?
3.1.2 Would you define Pet as a class or as an interface?
Why?
(2)
(2)