Giter Club home page Giter Club logo

miptshows's People

Watchers

 avatar

miptshows's Issues

DBUtils enhancements are required

It is very necessary to finish this class and to provide another one to operate 
with prepared statements on inserting data in the DB.

Original issue reported on code.google.com by [email protected] on 25 Mar 2012 at 3:22

Logical segmentation of classes

Containing all classes in the only package is a very bad practice.
Classes should be union by its place in logical structure of the program

Original issue reported on code.google.com by [email protected] on 6 Mar 2012 at 4:04

Rename class "beanpackage.Handler"

Code always must be self-documented. It means than names of classes, fields, 
methods and variables must contain general description of the item.

Original issue reported on code.google.com by [email protected] on 6 Mar 2012 at 3:46

Some corrections for TableUtils

Firstly, when you calculate string 
"MERGE"
+ "INTO files f"
+ "USING temp_data td"
+ "ON (td.file_name = f.file_name)"
+ "WHEN NOT MATCH THEN"
    + "INSERT"
        + "(f.file_id, f.file_name, f.file_size)"
    + "VALUES"
        + "(file_id_generator.nextval, td.file_name, td.file_size)"
you obtain "MERGEINTO files fUSING temp_data tdON (td.file_name = 
f.file_name)WHEN NOT MATCH THENINSERT(f.file_id, f.file_name, 
f.file_size)VALUES(file_id_generator.nextval, td.file_name, td.file_size)".
You can notice that some words are not divided with spaces.

Second advice is to use (SELECT distinct file_name, file_size) as source table 
for merge and join not only by file_name.

Also for executing MERGEs you must use method executeUpdate (not just execute) 
of class Statement.

Original issue reported on code.google.com by [email protected] on 26 Apr 2012 at 11:18

Cleanup SVN repository

We need to remove redundant items from the trunk directory. 
Also the directory 'build' must be removed. 
Libraries needed for the project must be put in the directory 'java/lib'.

Original issue reported on code.google.com by [email protected] on 6 Mar 2012 at 6:35

[Ant] Create build script

We need to build installation archive with an ant script.
Installation archive must include
  project jar/war build file,
  documents (e.g. Installation Notes),
  resources (e.g. configuration files)

Original issue reported on code.google.com by [email protected] on 26 Apr 2012 at 11:30

Enhance test package

The package "testing" is a good tendency.
Also we need oppotunity to test the part working with MyShows API. One should 
create an emulator of api.myshows.ru

Original issue reported on code.google.com by [email protected] on 6 Mar 2012 at 4:03

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.