• 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

Jr. J2EE developers (Chicago, IL)

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
***Must be US Citizen or Greencard Holder and local to Chicago, IL***

Jr. J2EE developers
Location: Chicago, IL
Duration: 7 Months
Salary: 35K-40K

Responsibilities will include the development of Oracle packages, stored procedures, function and in-line views. The key deliverable will be the data layer solutions that integrates CRM data with a visibility and entitlements engine rules

Skill Required Importance Level Last Used Experience
J2EE Yes 1 Novice 3-4 Currently Using 2 - 4 Years
EJB Yes 1 Novice 3-4 Currently Using 2 - 4 Years
Oracle No 2 Novice 3-4 Currently Using 2 - 4 Years
[ May 29, 2007: Message edited by: Tony Hoban ]
 
Ranch Hand
Posts: 206
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
that is like 20/hr man that is less than construction worker make are you sure it is J2EE developer with 2-4 years experience?
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Raja,
You brought a wonderful point.

Thanks,
 
Aaron Raja
Ranch Hand
Posts: 206
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For Java developer here is the salary calculater:

public static double salary2hourlyRate(double yearlySalary){
double yearlyHr = 2080;
double HrRate = 0;
HrRate = yearlySalary/yearlyHr;
return HrRate;
}
 
reply
    Bookmark Topic Watch Topic
  • New Topic