web目前比较流行的框架

pangpanglovezz 2009-10-28 11:53:20
1.web应用开发 现在比较流行的框架是什么 :SSH做后台,那前台一般用ExtJs DWR Flex这些的那些啊 公司技术用的比较新的朋友帮忙介绍下 我现在想看看比较新的东西~小弟不省感谢
...全文
942 25 打赏 收藏 转发到动态 举报
写回复
用AI写文章
25 条回复
切换为时间正序
请发表友善的回复…
发表回复
pangpanglovezz 2009-10-29
  • 打赏
  • 举报
回复
[Quote=引用 17 楼 wifewifewife 的回复:]
ext是个好东西.用过一两年.
[/Quote]
你好, 你再开发ext的时候用什么工具啊 有什么好一些的IDE没有啊 ?
pangpanglovezz 2009-10-29
  • 打赏
  • 举报
回复
<head>
<title>grid.html</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link rel="stylesheet" type="text/css"
href="ext/resources/css/ext-all.css">
<link rel="stylesheet" type="text/css"
href="ext/resources/css/examples.css">
<link rel="stylesheet" type="text/css"
href="ext/resources/css/core.css">
<script type="text/javascript" src="ext/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="ext/ext-all.js"></script>
<script type="text/javascript">
Ext.onReady(function(){
var data=[
[1,'EasyJWeb','EasyJF','www.easyif.com'],
[2,'jfox','huihoo','www.huihoo.org'],
[3,'jdon','jdon','www.jdon.com'],
[4,'springside','springside','www.springside.com.cn']
];
var store = new Ext.data.SimpleStore({data:data,fields:["id","name","organization","homepage"]});
var grid = new Ext.grid.GridPanel({
renderTo:"hello",
title:"ExtJs学习---ExtJs表格学习",
height:150,
width:600,
columns:[
{header:"项目名称",dataIndex:"name"},
{header:"开发团队",dataIndex:"organization"},
{header:"网址",dataIndex:"homepage"}
],
store:store,
autoExpandColumn:2
});
});
</script>
</head>
帮我看看这哪错了
wifewifewife 2009-10-29
  • 打赏
  • 举报
回复
ext是个好东西.用过一两年.
wang1986614 2009-10-29
  • 打赏
  • 举报
回复
JSP+servlet+Ajax(前)struts+ibatis+spring(后)
andyiouv1 2009-10-29
  • 打赏
  • 举报
回复
初学者还是先单学一门比较好 推荐jsp+struts 1/2 因为我也是初学者 呵呵呵 看了2个月spring 感觉是白看了 一点也没吸收 配置好多好乱 主要可能是我理解能力差 呵呵呵 仅个人意见
lbloveoop 2009-10-29
  • 打赏
  • 举报
回复
看来现在ssh是被广泛应用的嘛,我的项目里用的是s2sh+jquery+flex
cuiqunhao 2009-10-29
  • 打赏
  • 举报
回复
看具体情况.都是现学
gjsong 2009-10-29
  • 打赏
  • 举报
回复
学习
pangpanglovezz 2009-10-29
  • 打赏
  • 举报
回复
[Quote=引用 8 楼 defonds 的回复:]
s2sh
extJS,dwr

我的资源里有本"两周精通 DWR ",还有本讲解 s2sh 整合的"struts2教程",楼主可以去看看
[/Quote]
怎么能到你的资源那?
pangpanglovezz 2009-10-29
  • 打赏
  • 举报
回复
[Quote=引用 24 楼 bao110908 的回复:]
我们使用 full stack 式的框架 JBoss Seam
[/Quote]
您这个 我没听过 呵呵 自己还是比较菜啊~~~~~~
  • 打赏
  • 举报
回复
我们使用 full stack 式的框架 JBoss Seam
pangpanglovezz 2009-10-29
  • 打赏
  • 举报
回复
[Quote=引用 22 楼 wl_ldy 的回复:]
初学者还是把jsp和servlet学好,在考虑其他的框架比较好。。
[/Quote]
我不是太菜..一般菜...自我感觉jsp和servlet还可以
wl_ldy 2009-10-29
  • 打赏
  • 举报
回复
初学者还是把jsp和servlet学好,在考虑其他的框架比较好。。
luallen 2009-10-29
  • 打赏
  • 举报
回复
struts2 hibernate Guice
岁月之梦 2009-10-29
  • 打赏
  • 举报
回复
struts2+spring+hibernate
pangpanglovezz 2009-10-28
  • 打赏
  • 举报
回复
[Quote=引用 8 楼 defonds 的回复:]
s2sh
extJS,dwr

我的资源里有本"两周精通 DWR ",还有本讲解 s2sh 整合的"struts2教程",楼主可以去看看
[/Quote]
有ExtJs的相关资料么
Defonds 2009-10-28
  • 打赏
  • 举报
回复
s2sh
extJS,dwr

我的资源里有本"两周精通 DWR ",还有本讲解 s2sh 整合的"struts2教程",楼主可以去看看
hanpannju 2009-10-28
  • 打赏
  • 举报
回复
小弟也正在学习各种框架中 感觉java基础还是很重要的
guodong66 2009-10-28
  • 打赏
  • 举报
回复
哈尔滨:struts struts2 ibatis hibernate spring ejb jquery extjs

北京:struts struts2 ibatis hibernate spring ejb jquery extjs jpa jsf webservice

  • 打赏
  • 举报
回复
[Quote=引用 3 楼 drykilllogic 的回复:]
s2sh+ext
[/Quote]
jsp当然是首选,ext用于内网系统是不错的选择。
加载更多回复(5)

81,095

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧