java
java

Reputation: 481

How to Create Desktop Application Using Java and run through Browser?

Is their any way for Creating Desktop Application Using

Spring, Hibernate.

Please help me i want to Planing sample Application for Desktop User..

because i'm thinking if we run our Application through Browser then their is no OS dependent.

Please help me how to create desktop application run through Browser?.

Edit: i'm thinking same Application like.. WampServer

in Windows WampServer Application runs only with in our system and run through browser.

Upvotes: 1

Views: 12103

Answers (2)

Prasad Kharkar
Prasad Kharkar

Reputation: 13556

Hibernate is an object to relational mapping tool. You can definietly create desktop applications using Hibernate because what they do is represent database tables as java objects.

The core concept of spring is dependency injection i.e. injecting objects into the program at runtime. Spring framework can also be used to create desktop applications.

You can find a good link here for spring

and for hibernate

Upvotes: 2

Malik Aqib
Malik Aqib

Reputation: 513

you can definitely make desktop applications through browser.

check for help

http://www.onjava.com/pub/a/onjava/2003/09/17/macosxjava.html

Upvotes: 1

Related Questions