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
No Answer is Posted For this Question
Be the First to Post Answer
Which is best eclipse for java?
What will happen when you compile and run the following code?
to update a batch in a table in jdbc which method of statement object is used
What is distributed application?
What is external subset?
What is context attribute?
Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }
What is javafx java?
Can I run seam in a j2ee environment?
What are the advantages in the use of spring for application development?
What is java 2 platform, enterprise edition (j2ee)?
How to create object without using the keyword “new” in java?