Git Product home page Git Product logo

more-vaadin's People

Contributors

berndhopp avatar bitdeli-chef avatar nfrankel avatar snicoll 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

Watchers

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

more-vaadin's Issues

build errors

The parent POM does include only a single project and I cannot get the spring security example to run, because it does not have the version for vaadin and even when I use the version from the parent pom, it does not compile.

custom-component-example

Hello Nicolas,

I'm very thankfull for all the little code example you put together on your more vaadin website, especially on vaadin 7. the area i'm very interested in, is about integartion vaadin with gwt widget . So i follow you post about that topic with the gwt-bootstrap project.

i have a question ( please keep in mind i'm new to both gwt & vaadin) , in the class VButtonBootstrap.java
public class VBootstrapButton extends Button {

public VBootstrapButton() {

    addStyleName("v-button-bootstrap");
}

}

My IDE ( intellij ) is rasing the "red flag " because of the CSS class "v-button-bootstrap" , so i guess i'm missing something here . do i need to reference a css file somewhere and create this v-button-bootstrap class in it . and what would be the content of this class according to your example ? indeed i don't see any css in you source code.

Merci

Null authorization on event

I'm using Spring Integration (https://vaadin.com/directory#addon/springvaadinintegration) addon, and followed your spriring security blog (http://morevaadin.com/content/spring-security-integration/) and downloaded your code.

My app does the following:

  • "login view" is shown
  • shows the login screen: that's fine.
  • user inputs login info and gets authenticated: that's fine
  • the security context is set with the authentication data
  • the "main view" is shown: that's fine

However, if I do something as simple as add a button to the main view and show
Notification.show("auth " + SecurityContextHolder.getContext().getAuthentication());
The authentication is null. But the same Notification in the "enter(ViewChangeEvent)" of the same view is working fine.

I'm using the web.xml and the spring application context as you did, and vaadin 7.0.0.beta10.
I posted a message in the vaadin forum but nobody replied... https://vaadin.com/forum/-/message_boards/view_message/2207104

I'm not sure if it's something I did or a bug in your code... I'm really stuck.
Could you help me out please?

Build issue

Hello, Thank you very much for your examples.

Could you please give some information about build.? when I try "mvn install" in "custom-component-example" I got this error.

[ERROR] The project com.morevaadin.vaadin7.custom:custom-component-example:1.0.0 (C:\Users\Vahe\Desktop\VaadinWithGWT\More-Vaadin\custom-component-example\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact com.morevaadin:morevaadin-parent:pom:1.2.0 in gwt-bootstrap (http://gwtbootstrap.github.com/maven/snapshots) and 'parent.relativePath' po
ints at wrong local POM @ line 4, column 10 -> [Help 2]
[ERROR].

Maybe I am doing something wrong. Could you please help me with this problem.
Thanks.
Vahe.

Complete source for Twitter app from book Learning Vaadin

I bought the book Learning Vaadin from Packt Publishing and the code is not complete, there are missing classes and no project files such as .classpath or .project for Eclipse which is what the book follows throughout. There are missing classes, two for sure: TwitterService and Person. Are these files available somewhere? Do you have the basic Eclipse project available? I don't care if it's mavenized or not. Are the rest of the samples in the book also partially provided? If so, could you provide the entire source code for all the examples/chapters? The book is advertised as " ready-to-use source code" but what is provided is a bunch of txt files with out even the name of the class as the file name. I don't think that is "ready-to-use". I hope you can provide the source as I think Vaadin is well worth learning and I think your book may be very useful with complete ready to run code.

Build issue

Thanks for reply. Sorry I don't know maven well enough, so that's why I am asking simple questions .

I have built "morevaadin-parent" (with success) but even after that , I got error when trying to do "mvn install" on subprojects(e.g "custom-component-example" ).

[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.morevaadin.vaadin7.custom:custom-component-example:1.0.0 (C:\Users\Vahe\Desktop\VaadinWithGWT\More-Vaadin\custom-component-example\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find com.morevaadin:morevaadin-parent:pom:1.2.0 in http://gwtbootstrap.github.com/maven/snapshots was cached in the local repository, resolution will
not be reattempted until the update interval of gwt-bootstrap has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 4, column 10 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.

Could you please help one more time.? Also It will be great to have build instructions in README.md(for people who is not comfortable with maven(like me)).

Thanks,
Vahe.

Complete source code of mavenized Twaattin

Hi Nicolas,

Thanks for writing the great book "Learning Vaadin".

I downloaded the book's source code which consists of code fragments. By following your book I experienced some surprises such some classes is missing and have some problem just to make the Twaattin application compile.

I am reading "Mavenizing Twaattin" section of chapter 10 at the moment, may I know did you host the source code of mavenized Twaattin in any public repository such as github, google code, etc?

I think if you allow developers access to the complete source code of the Twaattin application, it will greatly improve their reading and coding experience.

Hope to hear from you soon!

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.