Code Monkey home page Code Monkey logo

hurraa's Introduction

cejug

Website

hurraa's People

Contributors

brunnooliveira avatar clairtonluz avatar danielsoro avatar diogodias86 avatar efraimgentil avatar emanuelmm avatar felipewmartins avatar helio-frota avatar htmfilho avatar paulojribp avatar tiagolo avatar

Stargazers

 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

hurraa's Issues

Problem with version tag pom.xml

'version' uses an unsupported snapshot version format, should be '*-SNAPSHOT' instead. @ line 6, column 11
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.

please make a pull to fix the version

from
0.1.SNAPSHOT
to
0.0.1-SNAPSHOT
or
0.0.1

UTF-8 controller problem

I don't know if is only happening to me, but when i try to save something that have a accent it will be received in the controller with wrong characters

Add Following GPLv3 Licence Text in Files

This file is part of Hurraa.

Hurraa is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Hurraa is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Hurraa. If not, see http://www.gnu.org/licenses/gpl-3.0.html.

Validation-api X hibernate-validation-impl

According to the vraptor documentation, validation implementation shall be added only servlet containers.

"Se você estiver usando um servidor de aplicações como Wildfly ou Glassfish, você não precisa adicionar nenhuma dependência. "

https://github.com/caelum/vraptor4/wiki/17-Depend%C3%AAncias-e-pr%C3%A9-requisitos#wiki-paranamer

So, we are move on api or impl ?

import org.hibernate.validator.constraints.NotBlank;
or
import javax.validation.constraints.NotNull;

CRUD Model

  1. Should have the fields
    • Long id , primary key
    • String name , not null, unique
    • EquipmentType equipmentType_id #44 "many models can have one type"
  2. Should validate on update/insert and show errors messages if any
  3. Should update liquibase with new table and respective fields and constraints

The main language is pt_BR ?

If the project follows the ocomon so the market is Brasil and primary i18n language needs to be pt_BR not en_US right ?

problem with vraptor jsp publication eclipse + wildfly plugin

04

  1. run the app
  2. edit some jsp
  3. reload brower and get the error

Caused by: java.lang.ClassCastException: org.apache.jsp.tag.web.textField_tag cannot be cast to org.apache.jsp.tag.web.textField_tag
at org.apache.jsp.WEB_002dINF.jsp.manufacturer.form_jsp._jspx_meth_cejug_005ftextField_005f0(form_jsp.java:257)
at org.apache.jsp.WEB_002dINF.jsp.manufacturer.form_jsp._jspService(form_jsp.java:97)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:69) [jastow-1.0.0.CR1.jar:1.0.0.CR1]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:366) [jastow-1.0.0.CR1.jar:1.0.0.CR1]
... 103 more
04

Error accessing the form CRUDS

The error occurs when we try to access a form of a crud. Doing some tests I realized that only the first born crud is functioning normally, the next show error loading the form.

java.lang.ClassCastException: org.apache.jsp.tag.web.textField_tag cannot be cast to org.apache.jsp.tag.web.textField_tag

erroformcrudhurraa

CRUD Equipment Type

  1. Should have the fields
    • Long id, primary key
    • String name, not nullable
  2. Should validate on update/insert and show errors messages if any
  3. Should update liquibase with new table and respective fields and constraints

CRUD Equipment

  1. Should have the fields
    • Long id, primary key
    • String serial_id, not null , unique
    • Date endOfWarranty
    • Date lastMaintenance
    • String maintenanceDescription
    • Model model, not null, #45 "Many equipments can have one model"
  2. Should validate on update/insert and show errors messages if any
  3. Should update liquibase with new table and respective fields and constraints

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.