Home Answers Viewqa JSP-Servlet Writing a web page to test drive each method in the web app

 
 


Ramprakash Ramamoorthy
Writing a web page to test drive each method in the web app
0 Answer(s)      a year and 5 months ago
Posted in : JSP-Servlet

I got an assignment in my university. I need to write a single web page, that lists all the classes in the particular web app. Selecting a class, the page should list all the functions in it. Selecting a function, the user should be able to feed the parameters and displayed the returned value as a string.

Now this is the problem statement, hope it is unambiguous. Can some one tell me how should I go about it? Like where do I start, what are the things that should be considered and so on. Thanks in advance.

View Answers









Related Pages:
Writing a web page to test drive each method in the web app
Writing a web page to test drive each method in the web app  I got an assignment in my university. I need to write a single web page, that lists all the classes in the particular web app. Selecting a class, the page should list
Web Writing
Web Writing       The art of writing for the web is far removed from writing for the print world.... Following is the prime aspect you need to keep in mind while writing for the web
Chapter 2. Design, build and test web components
Chapter 2. Design, build and test web... declarations - within the Web app structure as you would normally... everything from there. When you test your web application
Everything about Web Writing
Everything about Web Writing       Writing for the Web The art of writing for the web... in a single web page along with other pages too that focus on a specified
Chapter 2. Design, build and test web components
Chapter 2. Design, build and test web...; Chapter 2. Design, build and test web components... preferences page. To create a new dynamic Web project
Web Services
structures based on either regular Java classes or EJBs.  Web app (.war... every method of web service endpoint interface must throw... Web Services       Normally
what is web .config method
Web-page-building tools you normally...what is web .config method  servlet container what is difference between servlet container and servlet config? Servlet container(sub set of web
Facts about Web Writing
Facts about Web Writing      ... to be kept in mind while writing for the web. The foremost is who your audience is, what... this that need to be kept in mind about any writing for the web are- Scannable
Web Content - Content Writing For Websites
Web Content - Content Writing For Websites   ... time.    While writing articles for web, it is very important... and expressions in your writing. must be incorporated into your web copy writing
JSP parameter passing throught out web app
JSP parameter passing throught out web app  i want to pass one param from page1.jsp page to page4.jsp page but in between this i need to navigate page3.jsp and page2.jsp.Please help me to understand how could i transfer param
Terms to be avoided while writing for the Web
Terms to be avoided while writing for the Web  ... to the web. If you write well then its good to take the advantage of the options that the web can provide you with but do not become self referential. &lsquo
Web Container
Web Container       A Web application runs within a Web container of a Web server. The Web container... and life cycle management. It manages the execution of JSP page and Servlet
GoF Factory Method in writing GUIs - Java Tutorials
GoF Factory Method in writing GUIs 2003-07-14 The Java Specialists' Newsletter [Issue 074] - GoF Factory Method in writing GUIs Author: Dr. Heinz M... it now by going to our subscribe page. You can subscribe either via email
Using JMeter for a Simple Test
to set up a test plan and stress test a Web application. Before proceeding... user is represented by each Thread so if you wish to simulate a load test... Using JMeter for a Simple Test     
web page design
web page design  Great Applianz Ltd. was established in 1985, in New.... The website should provide the following functionality: A Welcome page that gives the user a brief introduction about the company. This page should display the name
WEB PAGE
WEB PAGE  How To Create A Simple web Page Of a gmail using applet
Types of Web Hosting,Web Hosting types
method of web hosting. Shared Web Hosting is a type of hosting where many... Types of Web Hosting Here you will learn about the types of web hosting... valued websites. Your website plays an important role in your web business. So
web page
web page  1.Create a web page with the following using HTML i) To embed an image map in a web page ii) To fix the hot spots iii) Show all the related information when the hot spots are clicked
How to make your web writing persuasive?
How to make your web writing persuasive?   ... the desired effect upon the user. If you want that your web writing to be acted... Words should be persuasive The web layout should be proper If you
validation web page
validation web page  vivek i want to crate a webpage with specfic email id and password to that webpage . using jsp & servlets   Hi...;form id="form" method="post" onsubmit="javascript:return validate();"> <
Overview of Web 3
Overview of Web 3.0 Overview  As the times goes and the technology..., advance, user friendly and intelligent. Thus originates the concept of web 3.0 and now it is taking a handsome shape. Web 3.0 have some more feature including
the App Store does not accept or distribute web apps
the App Store does not accept or distribute web apps  the App Store does not accept or distribute web apps We found the user interface of your app is not of sufficient quality to be appropriate for the App Store What could
Web 3
Web 3.0 Web 3.0 is a term, which definition is not confirmed or defined so far as several experts have given several meaning, which do not match to each other, but sometimes it is referred to as a Semantic Web. In the context
(List)Web server n app. server
(List)Web server n app. server  Hi,I have searched list of web server & app server lists,but every time i got shuffled ,Kindly any responsible person tell me the names of web server & app server.   Hi Please
Web 3
Web 3.0 Design Web 3.0 Design: REST, AJAX, Silverlight, Widget Enabled, Taggable, Searchable everything?  RSS. A Web 3.0 Driver In the coming... web as it?s really very simple. Any person who has a little bit knowledge
Writing Hello World
World" on the browser. Each time the user visits this page it will display "...;!DOCTYPE web-app  PUBLIC "-//Sun Microsystems, Inc...Writing Servlet Hello World      
Web Page
Web Page    Use any programming language or package to create a Project 2 .The Main menu should only be displayed, if the user is valid and uses the correct password. If the user is not in the database, then the user should
Web Services - Web Services Tutorials
structures based on either regular Java classes or EJBs.  Web app (.war... every method of web service endpoint interface must throw... Web Services       Normally
Web development - Introduction
developing the simplest static single page of plain text to the most complex web... Web development - Introduction       Web development in general term is process of developing
Design, develop and test JSPs
Prev Chapter 2. Design, build and test web components Next ... stand alone as a Web page, and it would invalidate any JSP file that included... to test. It should be in the Web content folder under your Web project
Test and debug enterprise components
). Select Run on Server. The Universal Test Client opens in the Web... WebContainer A SRVE0169I: Loading Web Module: IBM Universal Test Client. [26.07.05 15:13... Explorer page of the Universal Test Client to find an enterprise bean on a server
connect a web page to a database
connect a web page to a database  how to connect a web page to a database
SOA and Web Services
will learn how to develop, deploy and test the Web services using different...; Develop and Test Web services... deploy and test the web service on Tomcat 5.5.4 web application server
error in web application
"%> <%@page import="java.sql.*"%> <form method="post" action...error in web application  In your application when i am trying to execute it from the below page <%@ page language="java" import="java.util.
Writing Calculator Stateless Session Bean
' bean. Writing JSP and Web/Ear component Our JSP file access the session bean... we learnt how to develop, build, deploy and test Calculator Session Bean on Web...Writing Calculator Stateless Session Bean
php web page capture
php web page capture  How to capture the history of a web page using PHP
difference between the APp server and the web server in detail - Servlet Interview Questions
difference between the APp server and the web server in detail  Can just explain the difference between the web server and the app server. thanks... http://www.roseindia.net/web-application-server/tomcat/web-server
create a one web page
create a one web page  create a one web page with stored values in a database
setting web page size
setting web page size  How to set the webpage size in Java
how to add web cam in web page
how to add web cam in web page  how do i embed my webcam in web page. code for embedding web cam in web page
Sun App Server - JSP-Servlet
Sun App Server  Dear Roseindia Team, I am Ragavendran.R.. I need to be clarified with a thing regarding J2EE1.4 Sun App server.. As everyone is aware, the web application can be executed using say http://localhost
Writing to be located through the Search Engine
simply make the user skip from your link to another. Thus writing a web page may... engines of all kind to locate and navigate web pages. While writing text material... page more scannable. Each page should possibly contain all the terms of query
Writing to be located through the Search Engine
your link to another. Thus writing a web page may although seem easy and similar... search engines of all kind to locate and navigate web pages. While writing text... page more scannable. Each page should possibly contain all the terms of query
map on web page
map on web page   i want to insert an area map in my web page how can i do it ? please answer me soon. Its urgent
Web Page Transaction
Web Page Transaction  Hello sir, i want to add an Effective page transaction when i go to my home page to other page in js...plllzzz help me...rppy soon
Web Services - Web Services Tutorials
-baed and Windows Forms-based clients can consume a Web service. In each case... to avoid the popularity and hype that is surrounding Web services. Each software... computing, Web service applications represent the culmination of each
Show number of refresh done to web page in jsp
value increment each time the getCountPage() method is called. Code: index.jsp... and PageCounter.jsp. The index.jsp display the number of time you refresh index.jsp page. Initially the counter in 1. It keep incrementing when you refresh the page. Static
Web Application Development Getting Started
Web Application Development – Getting Started Web applications... have a specialized app to take you directly to the source. What’s more... application or if you just want to know more about web application development here
web method - IDE Questions
web method  I want to know details about enterprise application integration(eai)? I want the books available and how to code using eai?  Hi Friend, Please visit the following link: http://www.roseindia.net/eai
How to find web hosting,find web hosting,right web host
Finding the Right Web Host For the success of online business its very important to host your site on right web hosting servers and without paying very high fees. In this article I will provide some tips to find the right web host