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 [...]
Archive for the ‘Java’ Category
JDeveloper 11g was available
Posted: October 7, 2008 in Java, OracleTags: download, JDeveloper11g, linux
Howto deploy a ADFBC app developed to Tomcat6.0.14 and MySQL 5.0
Posted: April 22, 2008 in ADFBC, HowTo, Java, MySQL, Oracle, Tips, WebProgrammingTags: ADFBC, Jdeveloper 10.1.3.3, MySQL5.0, Oracle, Tomcat6.0.14
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 [...]
Apache POI – HSSF API – làm việc với microsoft office
Posted: April 22, 2008 in Java, Tips, WebProgrammingTags: Apache POI, Excel, HowTo, Java
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 [...]
Step by Step Instructions on How to Run a Jasper Report from Java
Posted: April 11, 2008 in HowTo, Jasper Report, Java, Tips, Web reporting, WebProgrammingTags: HowTo, instructions, jasper, Jasper Report, Java, report
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. [...]
