Menu
Date

June 2015

InAppBrowser in Oracle MAF using Cordova plug-in

This post is to show how to implement In-app browser in MAF using Cordova plugin.If you have a url in the app, on click of the url, the URL will be open in a browser but if you want to come back to the app, you have to open your app tray and select the app. If you implement in-app…

Word Type Count – a java tool to count words in a given string

“Word Type Count” is a tool developed in Java, useful to count number of occurrences of each word in the given String. It also counts the total number of words in the given string. The tool would look like as below. Download the java program from here. For example, in the above screen, we could see the input string “This…

Java program to create Zip files

Java By Jun 19, 2015 No Comments

In this post, I wanted to show how to create a zip file using a java program. In this example, input to the program is test.html and out put would be outFile.zip which contains the given test.html.The same program can be downloaded from here. /*Program to create .zip files<br /> * Author: Anand Y<br /> */</p> <p>import java.io.*;<br /> import…

FAQ Creator – a java tool to help creating FAQ file

“FAQ Creator” is a tool developed in java helps to create FAQ (Frequently Asked Questions) html files. This tool provides an user interface as below  and the procedure to add this tool is: Provide a file name including path to which the content will be written. Enter a question and its answer in the corresponding text fields. Click on “Save&Next”…

Java tool to import data from Excel To Database

Description: ExcelToDB is a tool developed in java to import data from MS-Excel to different data bases like MS-Access or Oracle. Currently this tool supports only these two database, but you can extend it to other databases if you required.   Click here to download the tool. You can also get the source code of this tool here and you…

BoxGame – a number puzzle game developed in java

BoxGame is a  number game developed in java, which opens a window with 16 cells filled with numbers from 1 to 15 and a blank cell filled with green color. All these numbers including blank cell are arranged randomly across the window. Use the arrow keys to play the game. When you press any arrow key, the blank cell will…

Access To Excel – a tool to help import data from MS-Access to MS-Excel

AccessToExcel is a tool developed using VBA script in MS-Excel. This tool is a macro enabled excel file. This tool helps to import data from MS-Access to MS-Excel. When the file is opened, it will open an input text box where we need to provide the path of the MS-Access file from which you want to import data and table…

Hi, Welcome here.
JOIN OUR NEWSLETTER
And get notified everytime we publish a new blog post.