Archive for the ‘Java’ Category

As announced on website, JDeveloper 11g was available, but you cannot download any at all since there were something wrong with the link after clicking on Accept. If you are hunger for the tool, fortunately, you can download Linux version of the tool as follow link Download Linux Download Windows More information? Click here Pls [...]

Source: OTN JDeveloper Forum All Just successfully deployed a JSF/ADF-BC4J app developed in Jdev 10.1.3.3 to Tomcat-6.0.14 and MySQL 5.0 Thought I would share since i could not find anything out there that gave me the steps for this configuration combo. Assumptions: 1. install MySQL 5.0 database with some tables. 2. install Tomcat-6.0.14 (http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/) probably [...]

HWPFF là một thành phần của bộ thư viện Apache POI cho phép bạn tương tác với Microsoft Exel sử dụng ngôn ngữ Java. Các tính năng chủ yếu của Apache POI bao gồm: Tạo mới một workbook HSSFWorkbook wb = new HSSFWorkbook(); FileOutputStream fileOut = new FileOutputStream(“workbook.xls”); wb.write(fileOut); fileOut.close(); Tạo mới một sheet HSSFWorkbook [...]

Nguồn: http://www.cise.ufl.edu/~otopsaka/CIS4301/ReportDemo/ReportFromJava.html Oguzhan Topsakal March 2006 This mini-tutorial shows you how to run a report (Jasper Report) from Java code. To run a Jasper Report from Java code you need the following Jasper Report libraries (jar files): jasperreports-1.2.0.jar, commons-beanutils-1.5.jar, commons-collections-2.1.jar, commons-digester-1.7.jar, commons-logging-1.0.2.jar. You can find these libraries inside the lib directory of the iReport-1.2.0 installation. [...]