JAVA DEVELOPER , PART TIME
Position Title: Java-J2EE Developer
Desired Start Date: Immediately
Location: China
Number of Positions: 1
Description of Duties:
Nonillion Limited seeks a Java/J2EE Developer who will be part of a team responsible for the development of multiple software products. This individual will provide analysis, design, and support as well as be responsible for the development and implementation of Web-based applications utilizing J2EE, Oracle and/or MS SQL Server. The candidate will also provide support, coordination for ongoing systems support, problem diagnosis and resolutions.
Required Background:
An Information Systems or Computer Sciences Degree or related work experience is required (at least three ( 3) years industry experience developing Web technologies/applications)
2-3 years of Java/J2EE developer experience
Required Skills:
Excellent organizational, analytical, verbal, and written skills
Full software development lifecycle experience (requirements, design, development, testing, deployment, maintenance)
Excellent understanding of code re-usability
The ability to maintain, implement, and track hardware and software testing issues, maintain process documentation and procedures
The ability to meet deadlines in a fast-paced environment
The desire to contribute to
相关问答:
<%@page language="java" contentType="text/html;charset=gb2312" import="java.sql.*"%>
<jsp:useBean id="db" class="wang.connectDB"/>
< ......
我想做够购物车用session 但是不知道怎么获取购买数量 谁有具体的代码吗 希望能割舍
下面是购物车的核心代码
有了这个 就应该能够做出来吧
Java code:
public void doPost(HttpServletRequest reque ......
字符流的读和写最终在底层都是通过字节流来完成的吗? 读写文本文件字符流应该就可以了吧。。
各位大哥大姐帮帮忙阿
Java流包括字节流和字符流,字节流通过IO设备以字节数据的方式读入,而字符流则是通过字节流 ......
用数据结构里的递归算法怎么去从电脑上获取资源管理器里面的文件要求按树状结构输出?
Java code:
public class FindFile {
public void findFile(File f,String fileType){//f为目录文件,fileType为文件类 ......
各位,给看看吧~~~我程度差,请多点提示。
情况是酱的:
原来的程序是在sql2000下开发的,该程序经过很多测试而且都应用在sql2000下,没有问题。该程序是JAVA的。
现在我用了sql2005,tomcat启动时没问 ......