• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

wanna create an application

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to create an application in Java with or without using JSP for my 6th Sem project of MCA(ignou).
I recently developed desktop screen recorder for 4th Sem.
Give me some titles of extiting projects.
 
megha bansal
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to create a setup.exe of my application.
Please someone guide me.
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

megha bansal wrote:Give me some titles of extiting projects.


I'm not sure what you're looking for here.
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please be specific about your questions.
Your requirement is quite generic and google should be able to help.

Cheers
 
megha bansal
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I mean any kind of software that we have to develop during B.Tech and MCA.
Like:-
Share Guru (Share Management)
Desktop Interaction Recorder(Creating and then Playing video file consisting of desktop screenshots)
Multimedia Library(providing a collection of audio & video files to the clients)
Hotel Room booking system
Movie Theatre Ticket Booking System
Hospital Management System
Discussion Forum

Earlier I created Desktop Interaction Recorder using Core Java.
Now I want to create a much more typical application.
Please help me by providing a list of such topics.
I am thinking of creating a discussion forum(using Servlet & JSP). Would it be a good idea?
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sure.
 
megha bansal
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

David Newton wrote:Sure.



Thanks! :)
But I want some more options(different topics). I would be grateful if you help me.
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bug tracking system.
Online pizza ordering system.

I mean, there is an unlimited number of options--what kinds of things do you use that you'd like to write or improve upon?
 
megha bansal
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by things? Please clarify.
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
...

What kind of software? Applications? I don't understand why thinking up a project is so difficult; I have a list of maybe a hundred systems I'd write if I had the time.
 
megha bansal
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to use Java, HTML, JSP in my project. I am not interested in online management systems.
I am more interested in application using javax.media package in Java i.e related to multemedia(audio,video, images). For example, desktop interaction recorder, multimedia library, on-screen blackboard, etc.
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So write one of those then?
 
megha bansal
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created an application using jdk1.6, jmf(java media framework), MS-Access. In order to run my application on other computers I need to install all of these. I want to create a setup.exe file for my application. But don't know how to create.
Please help.
 
Ranch Hand
Posts: 754
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Make a software to measure men heartbeat when a sneeze comes out and make some reports of it!!!

Try jar files instead exe.

 
megha bansal
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created jar files but then also I need to install all required softwares to run my application on other computers.

And thanks for the idea.
 
Bartender
Posts: 2270
20
Android Java ME Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How about using a java exe wrapper?
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are lots of installers out there (google for "java installer"). You will not be able to package MS Access though - user's will need a valid licence and you'll need some agreement with MS to distribute their software.

 
megha bansal
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Swastik Dey wrote:How about using a java exe wrapper?



Can you please explain me how to use it? What's the procedure?
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

megha bansal wrote:Can you please explain me how to use it? What's the procedure?



Simplest answer is google it. Hard to explain any software usage in forums. There are many which provides wizard based packaging like Install4j, Launch4j, Java Service Wrapper, etc... (this might be useful as well : http://mindprod.com/jgloss/executablewrapper.html#EXE)
 
Legend has it that if you rub the right tiny ad, a genie comes out.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic