Graymound J2EE Framework

Graymound User Documentation
  1. Getting Started
    1. Motivation and Introduction
    2. Become familiar to Graymound
      1. Graymound and Java
    3. Part I. Creating Simple Graymound Application
      1. Key Points
      2. Source Files
      3. Tutorial
    4. Part II. Playing with Data
    5. Part III. Top 11 things you need to know
    6. Part IV. Deploy simply your Graymound Project
  2. Installation
  3. Configuration
    1. Graymound
      1. Graymound Server Configuration
        1. Configuration XMLs
          1. Server Configuration
            1. Server Properties
              1. Graymound Home
              2. EJB JNDI Name
              3. Transaction Coordinator
              4. Datasource
            2. Server Startups
              1. GMServerStartupHibernate
              2. GMServerStartupDefault
            3. Server Contexts
              1. Java
              2. JSON
              3. Report
              4. SOAP
          2. Connection Configuration
            1. Connections
          3. Cache Configuration
            1. HOW TO Writing a simple cache mechanism
            2. HOW TO Get a value from cache
            3. HOW TO Put a value to cache
          4. Cluster Configuration
            1. Clusters
          5. Server Datasources
            1. GM Datasources
          6. Service Configuration
            1. Service Executer
            2. Service Classes
        2. Libraries
          1. GM Libraries
          2. Ext Libraries
            1. HOWTO Adding a new library
          3. JDBC
            1. HOWTO Adding a new JDBC driver
        3. Content
          1. Guiml Files
          2. Js Files
          3. Images
          4. Data directory for LOV queries
        4. Hibernate Archive
            1. GMAdministration.har
      2. Graymound Client (Java Web Start) Configuration
        1. Configuration XMLs
          1. Bean Configuration
            1. BeanInfo XMLs
              1. Changing to OutlookStyle
            2. Bean XMLs
            3. HOWTO Create a new bean
            4. HOWTO Add new property for a bean
          2. Browser Configuration
            1. Browser Size
            2. Resizable
            3. LookAndFeel
              1. HOWTO Setting LookAndFeel
            4. Login Page
              1. HOWTO Creating a new login page
            5. First Page
            6. Debug
          3. Browser Toolbar Configuration
            1. HOWTO Define a new action on Toolbar
          4. GMCONNECTION ??
          5. Layout Configuration
          6. Listener Configuration
            1. HOWTO Define a new listener
          7. Palette Configuration
          8. Resource Factory Configuration
            1. Resources
            2. HOWTO Create a new resource
            3. HOWTO Change resource IP adress
          9. Toolkit Configuration
          10. Libraries
            1. GM Libraries
            2. Ext Libraries
          11. Browser Batch (GMBrowser.bat)
            1. HOWTO Adding libraries to classpath
        2. Graymound Client (AJAX-Web) Configuration
          1. Client Settings
            1. Screen Size
            2. Resizable
            3. Login Page
              1. HOWTO Creating a new login page
            4. First Page
            5. Debug
            6. Test
            7. URLs
              1. Service URL
              2. Report URL
              3. Upload URL
            8. RPC Time Out
          2. Toolbar Configuration
            1. HOWTO Adding a new action on Toolbar
          3. Toolkit Configuration
    2. Application Server
      1. jBoss 4.2
        1. Data Sources
          1. Graymound-ds.xml
          2. HOWTO Defining a new DataSource
        2. Classpaths
          1. Graymound-service.xml
          2. HOWTO Addding a directory to Classpath
          3. HOWTO Adding subreports directory to Classpath
        3. GMJava.war
          1. HOWTO Configure GM Java Web Start for your requirements
        4. GMAjax.war
        5. GM.ear
      2. Websphere (on Thursday)
      3. Oracle AS
      4. BEA Weblogic
    3. Eclipse
      1. GM Plug-in Configuration
        1. Graymound
          1. Install Home
          2. Login Page
          3. Language
          4. GUIML Test URL
          5. Connection Driver
          6. Connection URL
          7. Username
          8. Password
        2. Java DB
          1. Install Home
      2. Server Configuration
        1. jBoss
        2. General Configuration
        3. HOWTO Defining a new server
        4. HOWTO Defining IP Address for jBoss
    4. Hibernate
        1. Creating Hibernate Console Configuration (hibernate.cfg.xml)
        2. Creating Hibernate Reverse Engineering File (reverse-eng.xml)
        3. Generating DAO
          1. Hibernate Mapping Files (hbm.xml)
          2. POJOs
        4. Defining Hibernate session information (META-INF/hibernate-service.xml)
  4. Development
    1. Client Side
      1. Graymound UIML Editor
        1. Creating User Interfaces
          1. GUIML Structure
          2. GUIML Editor
            1. GM Palette
              1. Select
              2. Marquee
              3. Components
                1. Label
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                2. Link
                  1. Look and Feel
                  2. Properties
                  3. Events
                  4. Methods
                3. Button
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO Setting enabled
                  6. HOWTO Changing text
                4. DynamicButtonGroup
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO ????
                5. ImageButton
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                6. TextField
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO Setting editable value
                  6. HOWTO Setting enabled value
                  7. HOWTO Setting text
                  8. HOWTO Using required property
                  9. HOWTO Selecting Content Type
                  10. HOWTO Define Exceptional Character Set
                7. PasswordField
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO Getting password
                8. CurrencyField
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO Creating a pattern
                  6. HOWTO Setting max/min value
                  7. HOWTO Negative values
                  8. HOWTO Confidential ??
                9. TimeField
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO Getting time
                10. TimeField
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO Getting time
                11. ContentAssist
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO Creating & Setting ModelData
                  6. HOWTO Changing shortcut ??
                12. Tree
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO Fill Tree Bean
                  6. HOWTO Fill Tree Bean with Hibernate ResultSet
                13. Report
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO Send jobs to printer without printer dialog
                14. ComboBox
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO Creating & Setting ModelData
                15. List
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO Creating & Setting ModelData
                16. Checkbox
                  1. Look and Feel
                  2. Properties
                  3. Methods
                  4. Events
                  5. HOWTO Creating & setting ModelData
                  6. HOWTO Changing shortcut ??
                17. Report
                  1. [Look and Feel]
                  2. [Properties]
                  3. [Methods]
                  4. Events
                  5. HOWTO Creating simple report
                  6. [HOWTO Printing report]
              4. Containers
              5. Tables
                1. Table Adapters
              6. Custom Components
            2. Handling Events
            3. Actions
              1. Create a new Action
              2. Create a Method call
                1. Using Built-In Methods
                  1. Math
                  2. MessageBox
                  3. KeyEvent
                  4. Session
                  5. ToolBar
                  6. Date
                  7. StatusBar
                  8. String
                  9. Compare
                  10. Popup
                  11. Browser
                  12. Frame
                  13. Logic
              3. Create a Variable call
              4. [Create a Service call]
              5. [Create a Action call]
              6. [Create a IfThenElse call]
              7. [Create a Block call]
            4. Services
              1. [Create a new Service]
              2. [Get output values from Service]
              3. [Put input values to Service]
            5. Variables
              1. Create a new Variable
              2. [Set Variable value]
              3. [Get Variable value]
            6. Validations
            7. Property View
            8. Using Conditional Statements
      2. Suggested Naming Conventions
      3. Tips for better Java code
    2. Server Side
      1. Service Design
        1. Creating Simple Service
          1. Put values to service
          2. Get values from service
            1. GMMap putDate??!?
        2. Using GM Services as a Web Service
          1. Define GraymoundServiceParameters
          2. Creating WSDL File
          3. Testing Web Service
      2. Graymound Administration Services
  5. Plug-in Configuration
    1. JavaDB and Update
  6. Hibernate
    1. Define Hibernate Session and Bind to DataSource
  7. Contribute
    1. Features roadmap
  8. Tutorials
    1. Tutorial 2
    2. Videos for Fast Start
  9. Example Open Source Projects
    1. Turquaz
  10. JIRA Issue Tracking
    1. Report an Issue!
    2. Reported Issues
  11. FAQ
    1. How to use table and its adapters
    2. How to use popup and communicate with that
    3. how to configure login page
    4. how to install and deploy an application on a stand alone server
    5. how to use an external database
    6. how to call a stored procedure
    7. how to run and test the pages
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.