Puneet Kalra - www.Puneetk.com

home | pwing | pikk

biography | facebook | contact

“Developing real time human a like robotics system with extra ordinary artificial intelligence, Not only artificial intelligence. A system that can learn new things itself” ~Puneet Kalra

< SUBSCRIBE >VIA FACEBOOK
FAVOURITES
Videos »
GET INSPIRED

Archive for the ‘Projects’ Category

Another Open Source Project (Pwing)

January 28th, 2010

Finally,

We have published “Pwing”, An other Open Source project.

Pwing Logo Pwing is a GUI toolkit, Is a set of widgets/components for use in designing applications with graphical user interfaces (GUI’s). It is based on Swing toolkit, part of Sun Microsystem’s Java Foundation Classes (JFC) API. It is developed to provide a better set of components to create more interactive GUI based applications in Java. Each component facilitates a specific user-computer interaction, and appears as a visible part of the computer’s GUI.
 

Pwing Example

 



Examples, Executable JAR’s , Source JAR’s and Complete package is available for download.


Official Pwing Website : http://puneetk.com/pwing
Pwing’s SF Website : http://sourceforge.net/projects/pwing/


Regards,

Pwing

January 22nd, 2010
Pwing - Custom GUI for Java

Pwing - Custom GUI for Java

Introducing Pwing ..

Pwing is a GUI toolkit, Is a set of widgets/components for use in designing applications with graphical user interfaces (GUI’s). It is based on Swing toolkit, part of Sun Microsystem’s Java Foundation Classes (JFC) API. It is developed to provide a better set of components to create more interactive GUI based applications in Java. Each component facilitates a specific user-computer interaction, and appears as a visible part of the computer’s GUI.

Pwing is currently being developed by a merge team of my trainees and Parul Kalra’s trainees at MBN Informatics. Soon it will be published as Open Source project on SourceForge.

Stay tuned !

Pikk – Object-Relational Mapping Framework

June 29th, 2009

Hello Everyone,

Hope you all enjoyed your new year holidays so i did :D Belated Happy New Year to all of you. The reason i haven’t update anything on website is, GNIIT Semester B Exams (Over now). I entered Semester C of my GNIIT course.

These days, im working on developing a Object-Relational Mapping Framework, Thats Pikk.

Pikk’s primary feature is Object-Relational mapping from Java classes to database tables and from Java data types to SQL data types. Pikk also supports data query and retrieval facilities. Pikk generates the SQL calls and relieves the developer from manual result set handling, object conversion and keeping the application portable to all supported SQL databases.

Mapping Java classes to database tables is done by Java classes and a single PikkMapping file ( auto generated by Framework ).

Pikk also supports one-to-many and many-to-many relationship between classes and so for database tables. It also provides many manipulation methods so developer can focus on programming logic.

I’m still working on it and will be out for you soon.

Stay tuned! Regards,