Coder Social home page Coder Social logo

alinvasile / disertatie Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 83.51 MB

Groovy 0.91% CSS 2.01% JavaScript 27.10% HTML 63.57% ASP 0.01% Visual Basic 0.01% PHP 0.31% Python 0.01% Java 4.36% Batchfile 0.21% Perl 0.04% ApacheConf 0.15% Frege 0.64% Shell 0.43% XSLT 0.17% PLSQL 0.08%

disertatie's Introduction


1. Building
  Run mvn commands in the multiproject directory called BileteParcare.Now you can execute group commands, for example:
		>mvn compile
		>mvn install
		>mvn site

	These commands perform operations for each module sequentially.

2. Starting svn repository server

       svnserve -d -r G:\opt\projects\svn --listen-port 3307

3. Create a nightly snapshot :

      D:\disertatie>svn copy svn://127.0.0.1:3307/repository/trunk/BileteParcare svn://127.0.0.1:3307/repository/tags/release-0.0.1-20090511-snapshot -m "Created project snapshot"       

4. Deploy backend :
   remove servlet api, geronimo and jetty from war.
   
5. Balancer : http://127.0.0.1:3030/bileteparcare-backend/services/BileteOnline?wsdl

6. Report for active campaigns :

http://127.0.0.1:9090/bileteparcare-admin/report/active-campaigns

7. Mutarea din reservation in reservation_history :

insert into reservation_history select * from reservation where NVL(canceled,'N') = 'Y' OR (reservation_to > sysdate);
delete from reservation where NVL(canceled,'N') = 'Y' OR (reservation_to > sysdate);

8. Utilizatori :

admin : administrator/administrator
reports : management/management
campaign : campaign/campaign

disertatie's People

Watchers

 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.