由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Java在Web领域是不是太笨重了?
相关主题
Ruby on Rails hype新手请教 Java EE JDK6 vs Java EE JDK5
打算quit enterprise Java了Everyone hate java now? (转载)
为什么国内现在做网站都是ASP.NET 呢? (转载)新人求前途指点,java
JEE 6 看起来不错programming那帮人好好玩啊
有玩或者工作中用RAILS的么?感觉前景如何问下Java开源平台趋势
请推荐一本Web-Based Applications with java的书怎么感觉JAVA都要过时了
[合集] java方面的工作工资都比较高些去做J2EE好,还是Android好?
Let's tip hat for Sun's tollJava如何实现自动消失的消息框?
相关话题的讨论汇总
话题: ror话题: java话题: ruby话题: web
进入Java版参与讨论
1 (共1页)
c***c
发帖数: 21374
1
大家觉得Ruby和RoR怎么样?
呵呵
g*****g
发帖数: 34805
2
I think it's case by case. RoR hasn't been proven beyond
CRUD application.

【在 c***c 的大作中提到】
: 大家觉得Ruby和RoR怎么样?
: 呵呵

b******y
发帖数: 9224
3
RoR is not good for high performance systems. Take twitter for example, I
think they are RoR but now they are experiencing performance issues.
They are thinking to convert to java or php. So you figure...
c***c
发帖数: 21374
4
我一个朋友的公司做payment gateway,用ROR做的,一个月的交易笔数200来万次
运行很稳定
大部分中小企业的网络应用这个量级足够了吧?

【在 b******y 的大作中提到】
: RoR is not good for high performance systems. Take twitter for example, I
: think they are RoR but now they are experiencing performance issues.
: They are thinking to convert to java or php. So you figure...

w******n
发帖数: 692
5
中小型企业用什么都差不多,Java至少IDE比Ruby要好。

【在 c***c 的大作中提到】
: 我一个朋友的公司做payment gateway,用ROR做的,一个月的交易笔数200来万次
: 运行很稳定
: 大部分中小企业的网络应用这个量级足够了吧?

b******y
发帖数: 9224
6
I think transaction based systems are ok with RoR, but, for high performance
systems like twitter, they need something that's very fast. So, different
market I guess.
g*****g
发帖数: 34805
7
I think to use java or not. I would consider.
1. Legacy system, if you have some legacy system to support, chance is
it's easier to find a connector in Java
2. Security and reliablity. Java is proven in mission critical system,
can't say the same thing for dynamic languages, it's more likely you'll
get a runtime error using RoR
3. Extension and maintenance, it's likely you'll find a good 3rd party lib
for java, and have to write it yourself in RoR. How about thick client,
is it possible to suppo

【在 c***c 的大作中提到】
: 我一个朋友的公司做payment gateway,用ROR做的,一个月的交易笔数200来万次
: 运行很稳定
: 大部分中小企业的网络应用这个量级足够了吧?

m******t
发帖数: 2416
8

As must as I like ruby for a script language, I've
never been a big fan of RoR - or any web framework
entirely based on a DSL.
I've been toying with the idea of incorporating
ruby into the JEE framework. Ruby is ideal for
implementing the more "volatile" parts of the architecture,
for instance the request handlers, the business validation
rules, etc.
OTOH, I'd like to stay with good old java for the
domain model, and the service and data repository tiers.

【在 c***c 的大作中提到】
: 大家觉得Ruby和RoR怎么样?
: 呵呵

t*******e
发帖数: 684
9
No matter what programming language you choose, the difficulties of software
engineering are largely contributed by the complexities of the business
requirements.
t*******e
发帖数: 684
10
Another point to make, the performance of an application is mostly
determined by the database design and the data access code. Those simple
CRUD prototypes usually do lazy loading to fetch an object graph, no wonder
the performance is poor.
k***r
发帖数: 4260
11
Given that most of the web apps are CRUD apps, I do think that Java is a
little too much for regular web apps. But nothing replaces Java for big
enterprise apps.
1 (共1页)
进入Java版参与讨论
相关主题
Java如何实现自动消失的消息框?有玩或者工作中用RAILS的么?感觉前景如何
Java 新手猜猜乐: 17 % -3 = ?请推荐一本Web-Based Applications with java的书
有必要弄深入javascript和python么?做java的[合集] java方面的工作工资都比较高些
Java vs Ruby RailsLet's tip hat for Sun's toll
Ruby on Rails hype新手请教 Java EE JDK6 vs Java EE JDK5
打算quit enterprise Java了Everyone hate java now? (转载)
为什么国内现在做网站都是ASP.NET 呢? (转载)新人求前途指点,java
JEE 6 看起来不错programming那帮人好好玩啊
相关话题的讨论汇总
话题: ror话题: java话题: ruby话题: web