Once upon a time there was a survey...
@Path("hello")
public class HelloController {
@Inject
private User user;
@GET
@Controller
public String hello(@QueryParam("name") String name) {
user.setName(name);
return "hello.jsp";
}
}
The older I get, the more I realize the biggest problem to solve in tech is to get people to stop making things harder than they have to be.
— Chad Fowler (@chadfowler) 23. September 2015
Read also:
Command-line tools can be 235x faster
than your Hadoop cluster
| Workspace | Download | Config | |
|---|---|---|---|
| angular2-webpack-starter | 266 MB | 2,2 MB | 784 loc |
| angular2-webpack | 419 MB | 13,8 MB | 603 loc |
| angular2-minimalist-starter | 197 MB | ? | 627 loc |
In about 7 months average web page size will be same as Doom install image.
— ronan cremin (@xbs) 30. Juli 2015
Well done us! Onwards & upwards! pic.twitter.com/xtSAtZjPGl