Senior Java Developer/Junior Java Developer/Java Techinical Leader

Senior Java Developer

Requirements 

  1. Bachelor degree in computer science or related discipline.
  2. Minimum 3 years experience in Software Development experience.
  3. Technical expertise in J2EE, Structs, Spring, Hibernate, Webservice, Oracle/DB2, WebSphere/Jboss/Weblogic.
  4. Qualified English language skill in both written and spoken. CET6 above preferred.
  5. Good communication, documentation and interpersonal skill. Positive, enthusiastic attitude, self-motivated.
  6. Good team-work spirit. Responsibilities Create and contribute to design / coding standards and improvements on the development process.
  7. Contributes to project specific documentation.
  8. Adheres to quality process and guidelines.
  9. Follows coding standards and project plan.
  10. Support / coach junior team members in technical issues

Java Technical Leader

Requirements 

1. Responsible for leading the design, development, delivery and maintenance of software application.

2. Evaluate and select alternative technical solutions for identified requirement with knowledge of J2EE application development.

3. Work with onshore team to clarify business needs into product features, acting as a bridge between business and technical domains.

4. Resolve technical issues and provide technical support. Provide technical guidance and assistance to other software engineers.

5. Responsible for process deployment.

6. Assist PM to deliver projects on time, within planned budget and required quality level.

7. Prepare staffing plan & allotment of resources.

8. Assist PM to resolve any issue/conflicts within own set of projects

9. Achieve on time and quality project deliverables within budget.

10.Improve customer relations by way of effective communication, managing expectation and meeting commitments.

11.Keep abreast of technical & organizational developments in own professional field.

12.Travel is required

Responsibilities 

1. Bachelor degree in computer science or related discipline.

2. 5-10 years related working experience.

3. Have experience in leading 5+ developers in performing software analysis and design.

4. Very good understanding of the software life cycle development process.

5. Must be well versed in Software development analysis and design (UML).

6. Must have strong technical background in J2EE, Structs, Spring, Hibernate, 7. Webservice, Oracle/DB2, WebSphere/Jboss/Weblogic.

8. Qualified English language skill in both written and spoken.

9. Good communication, documentation and interpersonal skill.

10. Positive, enthusiastic attitude, self-motivated.

11. Good team-work spirit.

12. Travel is required

Junior Java Developer

Requirements

  1. Bachelor degree in computer science or related discipline.
  2. Has Insurance experience.
  3. Minimum 1 years experience in Software Development experience.
  4. Technical expertise in JSP /Jboss/Weblogic.
  5. Good communication, documentation and interpersonal skill.
  6. Positive, enthusiastic attitude, self-motivated.
  7. Good team-work spirit.

Responsibilities

  1. Create and contribute to design / coding standards and improvements on the development process.
  2. Contributes to project specific documentation.
  3. Adheres to quality process and guidelines.
  4. Follows coding standards and project plan.
  5. Support / coach junior team members in technical issues
时间: 2024-11-05 06:10:43

Senior Java Developer/Junior Java Developer/Java Techinical Leader的相关文章

Java基础学习笔记七 Java基础语法之继承和抽象类

继承 继承的概念 在现实生活中,继承一般指的是子女继承父辈的财产.在程序中,继承描述的是事物之间的所属关系,通过继承可以使多种事物之间形成一种关系体系. 例如公司中的研发部员工和维护部员工都属于员工,程序中便可以描述为研发部员工和维护部员工继承自员工,同理,JavaEE工程师和Android工程师继承自研发部员工,而维网络维护工程师和硬件维护工程师继承自维护部员工.这些员工之间会形成一个继承体系,具体如下图所示. 在Java中,类的继承是指在一个现有类的基础上去构建一个新的类,构建出来的新类被称

一大波Java来袭(五)——Java集合概述

把"Java集合"比作是容器,可以把多个对象(实际:是对象的引用),扔在容器中. JDK1.5之前,被丢进集合中的对象,会丢失起数据类型.默认为Object类型 JDK1.5之后,不会丢失数据类型,因为引入了"泛型"(作为下文重点) 本文将结合数据结构,重点讲述Java的4种集合体系的功能和用法,并给出不同应用场景改如何选择? 一.同样是用于"存储数据",既可以使用"数组",有可以使用"集合",有什么区别吗

Java Web项目中缺少Java EE 6 Libraries怎么添加

具体步骤如下: 1.项目名称上点击鼠标右键,选择"Build Path-->Configure Build Path-->Java Build Path" 2.单击"Add Library..." 3.选择"User Library",单击"Next" 4.单击"User Libraries...",选择需要的Java EE 6 Libraries Java Web项目中缺少Java EE 6

Java总结篇系列:java.lang.Object

从本篇开始,将对Java中各知识点进行一次具体总结,以便对以往的Java知识进行一次回顾,同时在总结的过程中加深对Java的理解. Java作为一个庞大的知识体系,涉及到的知识点繁多,本文将从Java中最基本的类java.lang.Object开始谈起. Object类是Java中其他所有类的祖先,没有Object类Java面向对象无从谈起.作为其他所有类的基类,Object具有哪些属性和行为, 是Java语言设计背后的思维体现. Object类位于java.lang包中,java.lang包包

JAVA 虚拟机深入研究(三)——Java内存区域

JAVA 虚拟机深入研究(一)--关于Java的一些历史 JAVA 虚拟机深入研究(二)--JVM虚拟机发展以及一些Java的新东西 JAVA 虚拟机深入研究(三)--Java内存区域 Java与C++之间有一堵由内存动态分配和垃圾收集技术所围成的围城,城外的人想进去,城里的人想出来. Java运行的时候会把内存分为若干个,他们各有各的用途,每块区域的创建和销毁都是相对独立的,有的跟虚拟机一起混,有的则抱着用户的大腿同生共死. 按照第七版的<Java虚拟机规范>规定,JVM所管理的内存包括以下

【转】java提高篇(二)-----理解java的三大特性之继承

[转]java提高篇(二)-----理解java的三大特性之继承 原文地址:http://www.cnblogs.com/chenssy/p/3354884.html 在<Think in java>中有这样一句话:复用代码是Java众多引人注目的功能之一.但要想成为极具革命性的语言,仅仅能够复制代码并对加以改变是不够的,它还必须能够做更多的事情.在这句话中最引人注目的是"复用代码",尽可能的复用代码使我们程序员一直在追求的,现在我来介绍一种复用代码的方式,也是java三大

URL地址中中文乱码详解(javascript中encodeURI和decodeURI方法、java.net.URLDecoder.encode、java.net.URLDecoder.decode)

引言: 在Restful类的服务设计中,经常会碰到需要在URL地址中使用中文作为的参数的情况,这种情况下,一般都需要正确的设置和编码中文字符信息.乱码问题就此产生了,该如何解决呢?且听本文详细道来. 1.  问题的引出 在Restful的服务设计中,查询某些信息的时候,一般的URL地址设计为: get /basic/service? keyword=历史 , 之类的URL地址. 但是,在实际的开发和使用中,确是有乱码情况的发生,在后台的读取keyword信息为乱码,无法正确读取. 2. 乱码是如

Java学习日记:Week1---day1-2 Java初识

前言: 新的旅程正式开始了,经过了两周的c语言预科班学习,对程序的开发有了第一步的认知.如今Java课程也如期开始,对于一个程序员究竟是先学习哪个语言好已经没有必要去探究了,如今既然上了Java的船自然要老老实实的走,能到什么程度就看自己了,个人对自己还是有点信心的. 课从昨天就正式开始了,昨天老师讲了一天大方面的东西,总之没什么具体内容,今天开始了初始java的第一课:简单理了理今天老师讲的内容,挑了一些重点的记在日记. 一.JAVA的版本以及JDK 1)Java的几个版本 java SE(j

java提高篇-----详解java的四舍五入与保留位

四舍五入是我们小学的数学问题,这个问题对于我们程序猿来说就类似于1到10的加减乘除那么简单了.在讲解之间我们先看如下一个经典的案例: public static void main(String[] args) { System.out.println("12.5的四舍五入值:" + Math.round(12.5)); System.out.println("-12.5的四舍五入值:" + Math.round(-12.5)); } Output: 12.5的四舍

【JAVA】基于MVC架构Java技术荟萃案例演练

基于JAVA-MVC技术的顾客管理项目案例总结 作者 白宁超 2016年6月9日22:47:08 阅读前瞻:本文源于对javaweb相关技术和资料汇总,涉及大量javaweb基础技术诸如:Servlet运行原理.Get/Post请求的区别.jsp的基本原理和运行框架.jsp的9大隐含对象的使用.MVC开发模式的使用.构建封装自己dao代码库.以及基于MVC的增删改查操作等:小结最后还有面向接口编程的多数据源配置与存储,以及工厂模式的使用.除此之外,后续文章会对cookie.session.Jav