!--a11y-->
Calling a Web Dynpro Application 
You can call a Web Dynpro application using a unique URL in the Web browser. To do this, you must have successfully deployed the relevant archive of the Web Dynpro project in the SAP J2EE Engine.
1. In the Web Dynpro Explorer, choose Run in the context menu for the node WebDynpro ® Applications ® WelcomeApplication of your Web Dynpro project.
A Web browser opens automatically displaying the view you designed.

.
...
You have successfully created your first Web Dynpro project including an integrated Web Dynpro application.
The entire development process of the application was purely declarative and carried out without programming a single line of Java source code. The required Java source code was generated automatically by the SAP NetWeaver Developer Studio.
This Web Dynpro project will now be extended to include a programmatic section, which you will implement in your Web Dynpro application yourself. The view is to display the current data and time. In so doing, you will be familiarized with the concept of Data Binding of user interface elements to a Context as a structured storage place.
