meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
vaadin2009:grp3:start [2009/10/23 07:42]
s.sheuly
vaadin2009:grp3:start [2009/10/23 10:38]
s.sheuly
Line 20: Line 20:
  
 ====== Service ====== ====== Service ======
-(List of application functionalities)+**Planned Features** :
  
   *  User can Signin and Login in the system.   *  User can Signin and Login in the system.
Line 46: Line 46:
   *  User Login information are stored in a Object List (only for runtime storage).   *  User Login information are stored in a Object List (only for runtime storage).
  
 +====== Screenshot(s) ======
 +Here is some basic screen shots of the application linkedKnowledge
 +
 +{{:vaadin2009:grp3:application1.png}}
 +Image 1: Home Screen
 +{{:vaadin2009:grp3:application2.png}}
 +Image 2: Signin Screen in Home Screen
 +{{:vaadin2009:grp3:application3.png}}
 +Image 3: Discussion Screen Home Screen
  
 ====== Software ====== ====== Software ======
-You can download linkedKnowledge from here+You can download linkedKnowledge from here,  
 +{{:vaadin2009:grp3:linkedknowledge.zip}} 
  
  
Line 57: Line 68:
  
 == From Vaadin== == From Vaadin==
-  *  Vaadin Ui package for TextField,Label,Button,Link button etc+  * TextField, TextArea, Label, Button, Link button 
          
-  * Layout (vartical layout,Grid layout,horizontal layout)+  * Layout (VarticalLayoutGridLayoutHorizontalLayout)
  
-  * Panel, split panel+  * Panel, SplitPanel
  
   * Window,Child window   * Window,Child window
Line 88: Line 99:
 ==== Instruction to run software==== ==== Instruction to run software====
  
-  *  Download the source from the above link +  *  Download the application zip file from the above link 
-     +   
-  *  Unzip it +  *  Application 
-      +   Create a new Vaadin project in Eclipse named linkedknowledge 
-   next step (TO DO) +   Extract zip [[:package]] and move material to project. 
- +   
-  *  Copy the KnowledgeLinkData.xml file in c:\ drive+  * XML Data 
 +  -  First, extract the linkedknowledge.zip and then collect KnowledgeLinkData.zip from the top of the directory 
 +  -  Then, Extract the KnowledgeLinkData.zip and find KnowledgeLinkData.xml 
 +  -  Put the xml file (KnowledgeLinkData.xml) in your local pc 
 +  -  Open the project and go to "HardConfig" and change the file path.(path where you copied the xml file)
          
  
Line 115: Line 130:
    to manage UI layout.    to manage UI layout.
  
-  *  **Text fields:** +  *  **TextFields:** 
    It was used to collect user information.Such as user id and password.    It was used to collect user information.Such as user id and password.
 +
 +  *  **TextArea:** 
 +   It was used to display the details of the discussions when click on the search list.
 +
  
   *  **ThemeResource:**   *  **ThemeResource:**
Line 124: Line 143:
    Used to size the window.Its working well.    Used to size the window.Its working well.
  
-  *  **formLayout:**+  *  **FormLayout:**
      To manage component in the panel.      To manage component in the panel.
  
Line 153: Line 172:
  
   *  Refresh from the server was slow   *  Refresh from the server was slow
 +
 +  *  Loading SplitPanel in child window makes things strange, for example, when I load a new screen in a child window which is simple component type and was loaded ok, except it was extended from SplitPanel.