• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java website application

 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I'm new here,

I had learn about JavaScript, but I'm still new learn java, a few days ago when I register on this forum,

I had seen aspose.com, this site really great,

because when I disabled JavaScript(block) their script still can be run (on drop down menu).

Usually many website cannot be show the drop down menu when I turn off (block JavaScript).

My question: Is java can build the program like aspose.com(for me now only for dropdown menu, that must be handled using javascript)?

please tell me know

thank you

 
Marshal
Posts: 79180
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch

I am afraid I don’t understand the question.
 
gong tji
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for long to reply, I'm very busy this week

My question mean is for example :

I had create java code like:



after that, I save it with name "hello.java" and I compile it,

of course it can show "hello world" if it on JVM or command prompt, the output is "hello world"

but, how to "send" the "hello world" to web browser(to display "hello world" on browser)?

please answer me

thanks
 
Ranch Hand
Posts: 87
Android Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to print output on browser then you need to learn Servlet or JSP or both.
 
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is the servlet equivalent: http://helloworldprograms.blogspot.com/2010/08/servlet-hello-world.html

You will need to have a servlet container like Tomcat, Resin or Jetty for this to run in.
 
gong tji
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok thank you
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic