Giter Site home page Giter Site logo

addressbook's Introduction

addressbook's People

Contributors

alvarezguille avatar artur- avatar freducom avatar jojule avatar legioth avatar mstahv avatar samie avatar synthomat avatar tehapo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

addressbook's Issues

Eclipse has problem "failOnMissingWebXml" with fresh opened Project

we've unpacked the zip
start Eclipse
Import Existing Maven Projects

and see the Error
"web.xml is missing and is set to true"
in pom.xml (Textedit mode) on line 7

a little Google search:
the problem is solved with adding the following plugin-sequence to pom.xml

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-war-plugin</artifactId>
    <version>2.2</version>
    <configuration>
        <failOnMissingWebXml>false</failOnMissingWebXml>
    </configuration>
</plugin>

Since Eclipse is from Vaadin the recommended platform and addressbook is a project for beginners, this issue is set.

Eclipse Java EE IDE for Web Developers
Version: Mars Release (4.5.0)
Buld id: 20150621-1200

WAS Liberty 8.8.5.7 is not liking commons-logging 1.1.1 jar; use commons-logging 1.2 instead

Environment : WebSphere Application Server 8.5.5.7/wlp-1.0.10.cl50720150827-0437) on Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_66-b17 (en_US)

I get this error when launching the application
[ERROR ] CWWKM0101E: The system could not process archive data for C:\Research\GitHub\Vaadin\addressbook\target\addressbook-2.0\WEB-INF\lib\commons-logging-1.1.1.jar.

commons-logging 1.1.1 jar is loaded as part of commons-beanutils 1.9.2 dependency.
Adding common-logging 1.2 dependency fixed this issue

commons-logging
commons-logging
1.2

Possible NPE in ContactService

The following comparator may throw NPE in cases when Contact's ID hasn't been set:

    Collections.sort(arrayList, new Comparator<Contact>() {
        @Override
        public int compare(Contact o1, Contact o2) {
            return (int) (o2.getId() - o1.getId());
        }
    });

mavan+jetty

I pulled the project from github but I got this error:
Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.2.3.v20140905
Im using intelliJ.

Unfortunately, I didnt find a solution to the problem, help? :)

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.