Coder Social home page Coder Social logo

weborganizer-draft's Introduction

This project is an online calendar/organizer, to test Java and
NetBeans abilities to handle medium sized web projects.

This line is added from WinXP (by using git clone url: https://[email protected]/spytheman/WebOrganizer-Draft.git and entering the user's password in TortoiseGIT ).

And this is from Linux to test that the ordinary account continue to
work as expected.

Another change from WinXP land ... this time from different user 
(to make a clear distinction when the virtual WinXP is used).

And ... this change is from within the NetBeans IDE, using the Git plugin, installed using the Tools->Plugins dialog.


The persistence is implemented using the h2 jdbc driver.

How to start the DB server:
===================================================
   1) open a new shell, and execute these commands in it:
  
   cd /opt/NetBeansProjects/WebOrganizerPersistence
   h2/start_h2_server.sh
   
How to stop the DB server:
===================================================
   1) Find the shell that you opened at step 1. Press Ctrl-C .


By default, the database is located in the res/database/main.h2.db
file in this project, and contains 1 schema named also main , which
contains a pristine project DB without any data in it.

After the H2 server is started, you can connect to it using this JDBC URI:
jdbc:h2:tcp://localhost:9092/main

weborganizer-draft's People

Contributors

spytheman avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.