由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - .Net developer doing Java
相关主题
Jetty, Tomcat, JBoss comparisonj2ee启动时, 启动了tomcat吗?
怎么快速掌握J2EE?Tomcat andJboss
大家拍我吧,自己太弱了Java EE vs. Core Java, 该选哪个呢?
j2ee web 方向的职业规划JBOSS
java所有工具里面,就数spring最简单了用惯了glassfish,突然要我用tomcat,真实不习惯。
请推荐一本J2EE的书hibernate和ejb3
j2ee现在流行什么?做Java web development 一定要 struts + spring + hibernate 吗
any good j2ee book?JSF有前途吗
相关话题的讨论汇总
话题: java话题: jboss话题: spring话题: net话题: tomcat
进入Java版参与讨论
1 (共1页)
n*w
发帖数: 3393
1
我要写一个web based的java app. 定下了以下tools/framework.
jboss application server (4.xx?) to host the application
Hibernate
eclipse 3.2.1 as development environment
spring
google ajax(? not sure yet)
What else I better use? Java face? or Spring already handle it.
What's the most productive set of tools/framework?
g*****g
发帖数: 34805
2
Spring MVC for your web layer.
And you don't need AJAX.
Tomcat instead of Jboss for you application server.
So all you need to learn, Spring and hibernate.

【在 n*w 的大作中提到】
: 我要写一个web based的java app. 定下了以下tools/framework.
: jboss application server (4.xx?) to host the application
: Hibernate
: eclipse 3.2.1 as development environment
: spring
: google ajax(? not sure yet)
: What else I better use? Java face? or Spring already handle it.
: What's the most productive set of tools/framework?

n*w
发帖数: 3393
3
I may need to use drool/jrule. does it mean i had to/better use jboss?
h**d
发帖数: 474
4
Rules engine has nothing to do with container.
We used drools with jetty before.

【在 n*w 的大作中提到】
: I may need to use drool/jrule. does it mean i had to/better use jboss?
n*w
发帖数: 3393
5
ic, However, the project manager is jboss fan, so I may had to use it....
c*m
发帖数: 836
6
Jboss's web container is still Tomcat, so it's simply an overkill. But why
upset your manager, hehe
g*****g
发帖数: 34805
7
JBoss is pretty much Tomcat plus EJB container,
and last time I checked, you didn't use EJB,
so why slow yourself down for tens of seconds
for starting a server for something you don't need.
And trust me, you'll do it thousands of times.
If you boss insists, develop it using Tomcat
and deploy to JBoss for QA, save yourself some coffee time.

【在 n*w 的大作中提到】
: ic, However, the project manager is jboss fan, so I may had to use it....
h**d
发帖数: 474
8
I normally have jetty server checked into version control system, and have
jetty pointing to my compiled classes and webcontent dir.

【在 g*****g 的大作中提到】
: JBoss is pretty much Tomcat plus EJB container,
: and last time I checked, you didn't use EJB,
: so why slow yourself down for tens of seconds
: for starting a server for something you don't need.
: And trust me, you'll do it thousands of times.
: If you boss insists, develop it using Tomcat
: and deploy to JBoss for QA, save yourself some coffee time.

m******t
发帖数: 2416
9
Yeah, JBoss is definitely an overkill for EJB-less apps. And I happen to
also think that no apps need to use EJB either, so... 8-)
Coming from .Net, you might actually consider Java Server Faces. Its
paradigm and available tool set is closer to .Net than any other existing
Java technology I know of.
m******d
发帖数: 3243
10
tomecat是JSP container 吗
g*****g
发帖数: 34805
11
You can say that, all JSP are compiled to Servlet before execution.

【在 m******d 的大作中提到】
: tomecat是JSP container 吗
n*w
发帖数: 3393
12
Will JSF work well with spring and any ajax library?
m******t
发帖数: 2416
13
Spring comes with some rudimentary JSF support - see the org.springframework
.web.jsf package.
There is also jsf-spring.sf.net if you need more than the out of box support
.
1 (共1页)
进入Java版参与讨论
相关主题
JSF有前途吗java所有工具里面,就数spring最简单了
Any body uses wicket framework for web development?请推荐一本J2EE的书
Java Web Framwork 比较j2ee现在流行什么?
spring/hibernate/ajax/web 2.0/bpel booksany good j2ee book?
Jetty, Tomcat, JBoss comparisonj2ee启动时, 启动了tomcat吗?
怎么快速掌握J2EE?Tomcat andJboss
大家拍我吧,自己太弱了Java EE vs. Core Java, 该选哪个呢?
j2ee web 方向的职业规划JBOSS
相关话题的讨论汇总
话题: java话题: jboss话题: spring话题: net话题: tomcat