Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:It's possible (Score 1) 302

Yeah but that company has the i-factor, this mysterious elixir that makes people get addicted to your meaningless electronic toy products as if they were crack.

Without that companies have to compete in an actual free market, where trying to be economically efficient and lowering your price is the key to survival.

Comment Re:Would anyone else recommend GWT? (Score 1) 409

You are comparing two different things in this context. jQuery isn't meant to insulate you from what you describe as "browser craziness". jQuery is meant to give you browser abstraction, while still speaking browser.

GWT on the other hand gives you the ability to develop with a desktop-like API and behaviour inside the browser, which comes at a price. GWT is much slower to develop in then simple HTML/CSS/JS and this insulation also means you are too detached from the underlying HTML/CSS which isn't necessarily good when you do want to think in terms of HTML/CSS for validation / accessibility / SEO purposes.

For people familiar with HTML/CSS/JS doing simple stuff with a couple of jQuery lines is preferable to GWT. In really depends on the context.

Comment Spring MVC (Score 1) 409

I work as a Java developer and we're building websites on an SOA architecture with restful backends. In this regard we see the web app as "just another client".

We use spring MVC for the browser-facing server app, and Jersey for the backend (I use the terms loosely here because this backend is still public-facing since it serves the mobile apps as well, so it is in itself a standalone secure web app).

We use velocity or freemarker for the web app pages.

I would warm-heartedly recommend this setup, it's hard to go wrong with it. That said, it's only one valid approach.

Comment Re:Would anyone else recommend GWT? (Score 5, Interesting) 409

GWT is good if you want to create a RIA, when the presentation logic is so complex developing it in javascript is a nightmare, but without having to use Flash or silverlight. If the presentation is simple enough however, I would stick to HTML5 + jQuery. In fact the "simple enough" bar in that last statement is gradually pushed forward.

As a rule of thumb I'd say if you have a lot of moving parts on the page and you are basically creating a desktop application inside the browser ala Google docs, then consider GWT. Otherwise it will do more harm than good.

Comment Re:UN takeover must be stopped? (Score 1) 454

If the US wants to block a given .ru it can do so, it's just a question of forcing ISPs to block it. I don't know what the current legislation in the US is for ISPs and what they are obliged or not to do when the government asks them to. But at the end of the day the traffic has to pass through some medium to reach Russia, and neither you or me or our ISPs laid down network cables across the Atlantic or put communication satellites in orbit.

What's the obsession with .com? Well there is already a lot invested in .com and the US holds all of this power. You can't just tell everyone to "switch to .ru what's the big deal?". That was a good question to ask 10 years ago. Right now it's fact and the question is how to distribute the power of .com.

What I'm suggesting will create anarchy in TLDs, that is true. But in practice nothing really has to change. The registry for .uk becomes authoritive for .com in the UK, the registry for .fr becomes authoritive for .com in France, and so on. Then they just need to agree on a process for change management between them, and a way to resolve disputes. When disputes cannot be resolved there will be fragmentation, which I believe is better then one side, the one that happens to control the TLDs, forces their laws and opinions on the other.

In practice 99.9% there won't be any issues, and the rest of the time it will be around politics or intellectual property. But it is exactly this potential of fragmentation and anarchy that will guarantee the global neutrality of the "global" TLDs.

Comment Re:UN takeover must be stopped? (Score 1) 454

I think your understanding kinda sucks. The US didn't "build" the internet. US-based researchers developed the initial concepts and protocols that are the foundation of the internet. "The US" didn't build the communication infrastructure in Europe, Canada or the Middle East. "The US" didn't raise ISPs around the world and didn't connect households in Norway to communication hubs.

"The US" can't tell an ISP in Germany or Brazil what IP address to map a given domain name to. If those ISPs decided to map it to something else, there is fuck all "The US" can do about it.

Comment Re:UN takeover must be stopped? (Score 4, Interesting) 454

Nobody. As in "I think Nobody should have complete control over the internet".

The internet is a global "region". I don't use the word "resource" here because I don't consider it a resource in this context. I think it's more comparable to international waters. There are globally accepted rules about international waters and the global community enforces them. Any country with a coast also has a portion of the sea which is considered "theirs" and within it their rules apply. But the rest of it belongs to no one.

I think the same thing should happen to the internet. And let's be frank, by "the internet" here we mean control of TLDs, as everything else derives from that. The US government can then block "fuckamerica.com" from within the US, but not completely take it down in the rest of the world. That's the way it should be.

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...