Skip to content
Snippets Groups Projects
Commit 4ee45ac3 authored by hkarwa2s's avatar hkarwa2s
Browse files

Titel der Webseite hinzugefügt

parent 131d9c16
No related branches found
No related tags found
No related merge requests found
/target/
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>CUSTOM-Jetty Debug</actionName>
<displayName>Jetty Debug</displayName>
<goals>
<goal>jetty:run</goal>
</goals>
<properties>
<jpda.listen>maven</jpda.listen>
</properties>
</action>
<action>
<actionName>run</actionName>
<packagings>
<packaging>war</packaging>
<packaging>ear</packaging>
<packaging>ejb</packaging>
</packagings>
<goals>
<goal>package</goal>
<goal>jetty:run</goal>
</goals>
</action>
</actions>
......@@ -3,6 +3,7 @@ package org.s4s;
import javax.servlet.annotation.WebServlet;
import com.vaadin.annotations.Theme;
import com.vaadin.annotations.Title;
import com.vaadin.annotations.VaadinServletConfiguration;
import com.vaadin.server.VaadinRequest;
import com.vaadin.server.VaadinServlet;
......@@ -20,6 +21,7 @@ import com.vaadin.ui.VerticalLayout;
* overridden to add component to the user interface and initialize non-component functionality.
*/
@Theme("mytheme")
@Title("Shop in Shop")
public class MyUI extends UI {
@Override
......
No preview for this file type
No preview for this file type
org\s4s\MyUI$MyUIServlet.class
org\s4s\MyUI.class
C:\Users\Max-Desktop\Documents\Uni\Semester 4\SE2\s4s\src\main\java\org\s4s\MyUI.java
C:\Users\Holger\Documents\NetBeansProjects\s4s\src\main\java\org\s4s\MyUI.java
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment