h*e
2 楼
【 以下文字转载自 JobHunting 讨论区 】
发信人: hashtable (skiplist), 信区: JobHunting
标 题: Netflix用什么Java Framework
发信站: BBS 未名空间站 (Wed Jan 29 17:13:17 2014, 美东)
用Spring, Hibernate吗?还是EJB?他家面试算法要达到什么水准?有狗家/非死不可难
吗?
发信人: hashtable (skiplist), 信区: JobHunting
标 题: Netflix用什么Java Framework
发信站: BBS 未名空间站 (Wed Jan 29 17:13:17 2014, 美东)
用Spring, Hibernate吗?还是EJB?他家面试算法要达到什么水准?有狗家/非死不可难
吗?
e*I
3 楼
☆─────────────────────────────────────☆
mmily (mei) 于 (Sat Mar 1 02:35:47 2008) 提到:
孙宁从上海交大安泰去了上海财大经院任教授。
交大安泰还有一个2007年刚回来的海龟,UCLA博士姚志勇转投了复旦大学管理学院。
复旦经院发出5个海龟Offer,不知道最后能来几个。
复旦管院今年动作最快?还是去年就定好的?突然一夜之间来了一批海龟。
发信人: wintain (山风吹过), 信区: FDU_Management
标 题: 关注管院新来的牛人老师!
发信站: 日月光华 (2008年02月25日22:01:56 星期一)
(名单不完全)
哈佛大学应用数学博士,波士顿大学副教授胡建强加盟复旦管理学院;
清华大学教授, 马里兰大学金融学博士 陈超 正式加盟复旦大学管理学院;
沃顿商学院王毓嵩博士加盟复旦大学管理学院;
斯坦福大学经济学博士王柯正式加盟复旦大学管理学院;
威斯康星大学统计学博士肖志国正式加盟复旦大学管理学院;
香港科技大学尚蔚鑫博士正式加盟复旦管理学院;
加拿大麦吉尔大学曾成桦博士(台
mmily (mei) 于 (Sat Mar 1 02:35:47 2008) 提到:
孙宁从上海交大安泰去了上海财大经院任教授。
交大安泰还有一个2007年刚回来的海龟,UCLA博士姚志勇转投了复旦大学管理学院。
复旦经院发出5个海龟Offer,不知道最后能来几个。
复旦管院今年动作最快?还是去年就定好的?突然一夜之间来了一批海龟。
发信人: wintain (山风吹过), 信区: FDU_Management
标 题: 关注管院新来的牛人老师!
发信站: 日月光华 (2008年02月25日22:01:56 星期一)
(名单不完全)
哈佛大学应用数学博士,波士顿大学副教授胡建强加盟复旦管理学院;
清华大学教授, 马里兰大学金融学博士 陈超 正式加盟复旦大学管理学院;
沃顿商学院王毓嵩博士加盟复旦大学管理学院;
斯坦福大学经济学博士王柯正式加盟复旦大学管理学院;
威斯康星大学统计学博士肖志国正式加盟复旦大学管理学院;
香港科技大学尚蔚鑫博士正式加盟复旦管理学院;
加拿大麦吉尔大学曾成桦博士(台
s*n
4 楼
多参加会议,REVIEW。
EB1A,一年拿卡。NIW 三年五年都是它。
EB1A,一年拿卡。NIW 三年五年都是它。
g*g
7 楼
http://netflix.github.io/#repo
【在 h*******e 的大作中提到】
: 【 以下文字转载自 JobHunting 讨论区 】
: 发信人: hashtable (skiplist), 信区: JobHunting
: 标 题: Netflix用什么Java Framework
: 发信站: BBS 未名空间站 (Wed Jan 29 17:13:17 2014, 美东)
: 用Spring, Hibernate吗?还是EJB?他家面试算法要达到什么水准?有狗家/非死不可难
: 吗?
【在 h*******e 的大作中提到】
: 【 以下文字转载自 JobHunting 讨论区 】
: 发信人: hashtable (skiplist), 信区: JobHunting
: 标 题: Netflix用什么Java Framework
: 发信站: BBS 未名空间站 (Wed Jan 29 17:13:17 2014, 美东)
: 用Spring, Hibernate吗?还是EJB?他家面试算法要达到什么水准?有狗家/非死不可难
: 吗?
i*u
8 楼
申办绿卡和您当前身份无直接关系,不用一定是H1B,OPT没问题,我的客户里有是F1的全
职学生搞定绿卡的
职学生搞定绿卡的
w*z
9 楼
my guess would be
Tomcat, Jersey, Spring, Astyanax don't think they are using Hibernate,
since they don't use RDS
goodbug, are you guys using Netty? How do you use Jersey in Netty? I found
this one,
https://github.com/bigpuritz/netty-servlet-bridge
haven't tried it yet.
【在 g*****g 的大作中提到】
: http://netflix.github.io/#repo
Tomcat, Jersey, Spring, Astyanax don't think they are using Hibernate,
since they don't use RDS
goodbug, are you guys using Netty? How do you use Jersey in Netty? I found
this one,
https://github.com/bigpuritz/netty-servlet-bridge
haven't tried it yet.
【在 g*****g 的大作中提到】
: http://netflix.github.io/#repo
g*g
11 楼
We do use RDS for data that needs strong relationship. e.g. contracts,
rights etc. And for that we use Spring Data, which has fewer boilerplates
than Hibernate. Cassandra is mostly for user data and transitive data.
We don't use Netty. If you need async, Jersey provides async mode already.
Personally I use a combination of Spring @Async for server side and Hystrix
for client side async operations.
https://github.com/Netflix/Hystrix/wiki/FAQ
【在 w**z 的大作中提到】
: my guess would be
: Tomcat, Jersey, Spring, Astyanax don't think they are using Hibernate,
: since they don't use RDS
: goodbug, are you guys using Netty? How do you use Jersey in Netty? I found
: this one,
: https://github.com/bigpuritz/netty-servlet-bridge
: haven't tried it yet.
rights etc. And for that we use Spring Data, which has fewer boilerplates
than Hibernate. Cassandra is mostly for user data and transitive data.
We don't use Netty. If you need async, Jersey provides async mode already.
Personally I use a combination of Spring @Async for server side and Hystrix
for client side async operations.
https://github.com/Netflix/Hystrix/wiki/FAQ
【在 w**z 的大作中提到】
: my guess would be
: Tomcat, Jersey, Spring, Astyanax don't think they are using Hibernate,
: since they don't use RDS
: goodbug, are you guys using Netty? How do you use Jersey in Netty? I found
: this one,
: https://github.com/bigpuritz/netty-servlet-bridge
: haven't tried it yet.
w*u
13 楼
http://netflix.github.io/#timeline
goodbug 你是哪个?
goodbug 你是哪个?
相关阅读