Saturday, September 13, 2008

Introducing BNotepad 1.0.1.0

Writing an Application software on my own was a dream for me since the day one I started working with the software.Here I present you my first step towards it..
The BNotepad 1.0.1.0.



BNotepad is very simmilliar to the Notepad application that you find on the Microsoft windows.The difference being BNotepad is written by me... :).
BNotepad is written completely in java using JFC/Swing.The basic source code is taken from http://www.Planet-Source-Code.com/, Thanks to the developer for providing the skeleton code.
The difference that you find in the BNotepad is an additional Developer menu with menu items like
Convert JDBC to TNS
Convert TNS to JDBC
Wrap Sql View Definition and so on...
These are very specific functions which do some special tasks.
For example the "Convert JDBC to TNS" is a function which converts a given TNS String to a JDBC String.This is one of the very frequently made action for developers working on java and sql and BNotepad is Intended to make their life Simple.

I will be providing all the source code of the BNotepad online so the developers intresed in extending the tool or intrested to write their own functions can be ready to do that.
Any Suggestions/Comments/Bugs can be posted as the comments to this blog post.

You can use the BNotepad in two ways
1.Install the BNotepad as another other software using this link
or
2.Download the Jar file and run it directly.
You can choose to go whatever way you feel easy.

Have a happy coding.... :)

No comments: