Code Monkey home page Code Monkey logo

axon-auction-example's People

Watchers

 avatar

axon-auction-example's Issues

Create basic project structure in SVN

Create the Java/Maven projects in the subversion repository as described in the 
Structural Overview: 
http://code.google.com/p/axon-auction-example/wiki/StructuralOverview

Original issue reported on code.google.com by [email protected] on 24 Sep 2010 at 5:22

Use Case 05: Anyone Views Items for Sale [Command Server]

To popularize the auction and encourage new buyers and sellers, the application 
allows anyone to view auction items without requiring user ID and password 
identification. To keep things simple, the auction lets anyone view summarized 
lists of items in the following three ways: 

- All items up for auction 
- New items listed today 
- Items due to close today 

Original issue reported on code.google.com by [email protected] on 24 Sep 2010 at 5:34

Fixing Compile Errors

What steps will reproduce the problem?
1.  Download the source code
2.  Attempt to build it with maven or IDE
3.  See compile errors

What is the expected output? What do you see instead?
Expected things to compile.  Saw compile errors instead

What version of the product are you using? On what operating system?
HEAD.  Mac OSX

Please provide any additional information below.
Attached is the patch to fix the compilation issues.  They are based on missing 
dependencies.

Original issue reported on code.google.com by [email protected] on 12 Nov 2011 at 5:19

Attachments:

Add dependency test

Add a test to all projects that assures correct dependencies.
Use http://www.fuin.org/maven-repository/org/fuin/units4j/

Original issue reported on code.google.com by [email protected] on 26 Sep 2010 at 2:26

Use Case 07: Seller Posts Items for Sale [Command Server]

To post an item for sale, a seller needs to identify himself or herself and 
describe the item for sale, as follows: 

- User ID and password for seller identification 
- Summary description of item 
- Starting Price for bidding 
- Detailed description of item 
- Number of days item is available for bidding 

Original issue reported on code.google.com by [email protected] on 24 Sep 2010 at 5:35

Use Case 06: Anyone Views Item Details [Command Server]

The summarized lists link to the following detailed information on each item. 
Detail information on auction items is available to anyone without 
identification. 

- Item Summary 
- Auction Item number 
- Current price 
- Number of bids 
- Date posted for auction 
- Date item closes 
- Seller ID 
- Highest bid 
- Item description 

Original issue reported on code.google.com by [email protected] on 24 Sep 2010 at 5:34

Use Case 01: House Identifies Buyers and Sellers [Command Server]

An auction application is used by buyers and sellers. A buyer needs to know who 
the seller is to pay him or her, and the seller needs to know who the buyers 
are to answer product questions and to finalize the sale. So, to post or bid on 
an auction item, buyers and sellers are required to register. Registration 
needs to get the following information from buyers and sellers: 

- User ID and password for buying and selling. 
- Email address so highest bidder and seller can communicate when item closes. 
- Credit card information so auction can charge sellers for listing their 
items. 

Once registered, a user can post or bid on an item for sale. 


Original issue reported on code.google.com by [email protected] on 24 Sep 2010 at 5:31

Error in maven deps when build the example

What steps will reproduce the problem?
Build the app with mvn package 

What is the expected output? What do you see instead?
Error in maven dependencies

What version of the product are you using? On what operating system?
--

Please provide any additional information below.
Add the jboss repository in : aunction\auction-parent\pom.xml

        <repository>
            <id>jboss-public</id>
            <name>jboss public repository</name>
            <url>http://repository.jboss.org/maven2/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>

Thanks

Original issue reported on code.google.com by [email protected] on 8 Mar 2011 at 10:22

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.