Kapitel 3 Flashcards

0
Q

Was sind typische Aufgaben im Workflow Navigator Context Menu?

A

Search
Import / Export
Close Project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

Eclipse: was ist der Workspace Navigator View?

A

Is the developers focal pointpoint
When you start Eclipse you specify Project Eclipse, you specify the Workspace folder
A workspace is a container of projects
Projects contain MBOs as well as other entities, such as Workflow diagrams

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Eclipse: wozu dient der Enterprise Explorer View?

A

The Enterprise Explorer is where connection profiles to EIS sources are defined:

  • Database Servers
  • SOAP and REST Web Services
  • SAP Servers

You can also view the repository of Unwired Servers here

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Eclipse: wozu dient die Palette?

A

Enthält die möglichen Komponenten, die man fürdas dargestellte Diagramm nutzen kann. The Palette will contain different depending on which editor is active

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Eclipse: wozu dient der Property View?

A

Entities such as MBOs contain many propertiesProperty values can be set in this view
Property values can be set in this view

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Eclipse: wozu dient der Problem-View?

A

Displays errors and/or warnings

Not contextual, displays all open projects errors and warnings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Eclipse: wozu dient der Outline View?

A

Shows a thumbnail sketch of the contents of an editor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Eclipse: wozu dient der mobile application diagram editor?

A

An editor for graphically designing MBOs and designing MBOs and defining their relationships
MBOs are the cornerstone of mobile applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Eclipse: wie kann man ein MBO erstellen?

A

To create an MBO, either:

  • Drag a source (table, BAPI Operation, etc.) from the Enterprise Explorer to the diagram
  • Use the Palette to add an MBO to the diagram
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Eclipse: Was findet sich im Kontext-Editor einer MBO?

A
Add MBO
Filter
Switch Developer Profile
Generate Code
Deploy Project
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Eclipse: Welche beiden Entwickler-Profile gibt es und wozu dienen diese?

A

Basic: Limits the “visible” functionality of the functionality of the Perspective

Advanced:

  • Enables the fullfunctionality of the functionality of the Perspective
  • Enables advanced screens in the wizards
  • role, synchronization group, filters, cache groups
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Welche JDBC-Driver sind standardmäßig installiert?

A

Only JDBC drivers for Sybase are installed with Sybase Unwired Platform
For Microsoft, Oracle or IBM drivers, they must be downloaded from the internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Was muss getan werden, um den SQL-JDBC-Treiber zu installieren?

A

Microsoft’s JDBC driver is downloaded as an is downloaded as an *.exe that you run and place into a specified place into a specified folder

  • Copy sqljdbcjar to ..\Servers\UnwiredServer\lib\3rdparty\lib\3rdparty
  • Restart the Unwired Server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Welche Informationen benötigt man für eine SAP-Connection?

A

Requires:

  • Host Name or IP Address of the SAP Application Server
  • System ID and number
  • Client ID
  • User Name
  • Password
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Welche Details gibt in einem SAP-MBO?

A

BAPI
Operations
Input/Output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Wie sind die typischen Schritte für Mobile Application Development?

A

Step 1: Create a Mobile Application project
Step 2: Create Mobile Business Objects (MBOs) using the Mobile Application Diagram editor
Step 3: Configure MBOs, e. g. create relationships
Step 4: Deploy MBOs to Unwired Server
Step 5: Depends on type of application being built
- Native applications use the Generate Code option and then set up projects in the IDE of your choice (Visual Studio, Eclipse )
- Mobile Workflow applications -create a new Workflow Forms Editor diagram and create screens for the workflow Editor

16
Q

Wie kann man ein bestehende Projekt importieren?

A
  • Use the Import feature in Unwired WorkSpace
  • Choose General and specify “Existing Projects into Workspace
  • A project can be imported from the file system OR by choosing a ZIP file
17
Q

Wie kann man ein Projekt exportieren?

A

Unwired WorkSpace provides an Export feature provides an Export feature

  • To export:
  • Right-click in a null area of the WorkSpace Navigator
  • Select Export
  • Can export to a File System or as an Archive file (Tar oder Zip)