Jump to content

SAP NetWeaver Developer Studio

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Schoschi (talk | contribs) at 23:23, 2 December 2008 (initial content). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The SAP NetWeaver Developer Studio is an integrated development environment for building business web applications in Java. A common, but unofficial abbreviation is NWDS, the official one Developer Studio.

The Developer Studio is based on Eclipse, contains several plug-ins and provides a range of toolsets for SAP technology such as for example

  • the Web Dynpro design time tools, e.g. the application modeler for visual definition of relations between the parts of a Web Dynpro application.
  • graphical tools for the development of JEE applications
  • the Java Dictionary, which offers convenient definition of data types including enumeration, metadata and value range restrictions, that may be used in Web Dynpro applications or to create a database table in the system database used in J2EE applications.

The Developer Studio is integrated into the SAP Java development infrastructure, which is a central system providing several platform services and synchronizes all local Developer Studios.

Among the platform services are the software logistics for reliable transport from development up to production systems and the component build service (CBS). CBS automatically builds changed development components (DCs) and only upon successful build, transport and deployment is possible - hence, inconsistency are detected immediately and nightly builds are not required.

Synchronization is supported for so-called development configurations, ensuring identical configuration for a track (roughly a single software project) on all local machines, source code by the designtime repository (DTR) and several other aspects.

See also