Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am searching for a Java Web Framework.
I want to display some words on the web with integrr numbers - int - which are got from txt file via Scanner.

What I have tried:

Java Applets nothing works. I tried only that cause I only know Applets.
Posted
Updated 21-Feb-17 7:18am
Comments
Patrice T 21-Feb-17 17:17pm    
The code you didn't showed us is wrong !

1 solution

That can be easily done by generating and HTML page using Java — StringBuilder needed — and then you can open the default application to load and render the HTML web page. That would be enough, if you just want to get the integer value and show it in a browser. However, if you wanted an application, web based, you might be looking for something Java powered, yet simple and easy to learn. Right? Then go for JSPs.

JSP are Java Server Pages, powered by Java EE. They are enough to build dynamic web applications using Java EE. Go through the following tutorials to get some help learning the frameworks.

JSP Tutorial[^]
JavaServer Pages Technology[^]
 
Share this answer
 
Comments
RoZvEr 21-Feb-17 14:35pm    
I had used only java.util.Scanner package and i have the ints with the values. I want only to display few words and the ints. What do I need ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900