1

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.

4
  • 1
    desktop application run through Browser What? And, yes, it is possible to create a desktop application with Spring and Hibernate. Commented Jul 5, 2013 at 13:19
  • 2
    take a look to java web start docs.oracle.com/javase/tutorial/deployment/webstart Commented Jul 5, 2013 at 13:21
  • in Windows WampServer Application runs only with in server and run through browser Commented Jul 5, 2013 at 13:22
  • 1. yes it is possible to create desktop applications with spring and hibernate, 2. with java you are os independent, 3. please put a bit more effort in your english Commented Jul 5, 2013 at 13:26

2 Answers 2

2

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

Sign up to request clarification or add additional context in comments.

Comments

1

you can definitely make desktop applications through browser.

check for help

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.