Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
    • Graphic
    • HTML / PHP / CMS
    • Java
      • Currency converter
      • HqEclipse
      • JComboBox autocompletion
      • MS SQL Server JDBC Driver
      • MySQL
      • NetBeans
        • GWT4NB
          • GWT-Ext
          • MySQLConn
            • Bible database
      • SmartGWT
      • exampels
    • PL / SQL
    • Magento
    • python
    • Asterisk
    • C / C++
    • JavaScript
    • Json
    • Magento
    • OpenOffice / LibreOffice
    • Perl
    • Postfix
    • Regular Expression
    • TLA
    • Tomcat
    • Zenity
    • bash
    • find
    • git
    • ofbiz
    • wildfly
    • xml
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid
# HowTo
1. install Netbeans: http://www.panticz.de/install_netbeans
1.1 install http://www.panticz.de/install-GWT4NB
2. install GWT: http://www.panticz.de/install_gwt
3. install MySQL driver: http://www.panticz.de/install_mysql_driver
4. create Bible database: http://www.panticz.de/Netbeans_GWT4NB_MySQLConn_Database

# create new netbeans project
File > New Project
Java Web > Web Application
Next >
Project Name: MySQLConn
Next >
Next >
Select: Google Web Toolkit
GWT installation Folder: /opt/gwt-linux
GWT module: com.tribling.gwt.test.mysqlconn.MySQLConn
Finish

# copy MySQLConn sources to Netbeans project
svn checkout http://gwt-examples.googlecode.com/svn/trunk/ gwt-examples
cp -a gwt-examples/gwt-test-MySQLConn/src/com/ NetBeansProjects/MySQLConn/src/java/

# add MySQL driver to project
Libraries (right mouse click) > Add Library... > MySQL JDBC Driver
Add Library

# configure service
Configruation Files > web.xml (right mouse click) > Edit
add between 

   MySQLConnService
      com.tribling.gwt.test.mysqlconn.server.MySQLConnImpl


      MySQLConnService
   /com.tribling.gwt.test.mysqlconn.MySQLConn/MySQLConnService


# configure databale url
Edit Source Packages > com.tribling.gwt.test.mysqlconn.server.MySQLConn.DB_Conn.java (line 132)
//url = "jdbc:mysql://192.168.12.81:3306/";
url = "jdbc:mysql://localhost:3306/";

# Edit Source Packages > com.tribling.gwt.test.mysqlconn.client.MySQLConn.java
// RootPanel.get("BibleInfo").add(bibleInfo);
RootPanel.get().add(bibleInfo);


# LINKS
http://code.google.com/p/gwt-examples/wiki/project_MySQLConn
Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung