由买买提看人间百态

topics

全部话题 - 话题: myface
(共0页)
b*****u
发帖数: 1978
1
来自主题: Football版 - 小鸡还有这幽默的时候?
注意 MyFace ----
Four days before last year's opener against the Bengals, Belichick was asked
if he follows Ochocinco's tweets.
The coach smiled, and joked, "I don't do Twitter or MyFace or any of that
stuff," a takeoff on MySpace and Facebook.
m*****u
发帖数: 1342
2
This is JSF based, tomahawk myFaces, it's free and open source.
http://myfaces.apache.org/tomahawk-project/tomahawk/tagdoc/t_sc
n*c
发帖数: 228
3
来自主题: Programming版 - interface编译完了到底是什么?
interface Iface
{
void do();
};
class MyFace:Iface
{
void do;
void i;
};
MyFace mf;
编译器把mf 编译成机器码以后,Iface的部分在哪里?还是Iface的machine code被放
在某处,mf里只有一个pointer 指向那个地方。
如果
abstract class Aface;
clas YourFace:Aface;
YourFace yf;
yf的machinecode里边应该有一块是Aface的内容,对吧。
z*******3
发帖数: 13709
4
这是apache的top projects
如果你能看懂,就知道开源在干嘛了
不过如果你是做os这种的,估计你看不懂这些是做啥的
这些社区都很活跃,版本号都在更新
Abdera Accumulo ActiveMQ Ant Aries Apache HTTP Server APR Avro Axis
Bloodhound Buildr Camel Cassandra Cayenne Chemistry Click CloudStack Cocoon
Continuum Cordova CouchDB cTAKES CXF Deltacloud Derby Directory Empire-db
Felix Flex Forrest Geronimo Gora Gump Hadoop Hama Hive HBase Isis Jackrabbit
James JMeter Kafka Lenya Mahout Marmotta Maven MINA mod_perl MyFaces ODE
OFBiz OpenEJB OpenJPA OpenNLP OpenOffice POI Pivot... 阅读全帖
F****3
发帖数: 30
5
来自主题: NewJersey版 - 招聘Java 开发人员
Java Engineer- USA – Piscataway, NJ
Job Responsibilities
• Responsible for development and support of Time management system.
• Participate in product requirement collection, documentation and
requirements analysis working with the multiple departments of different
regions.
• Documentation development and support work with best practices.
• Collaborate on system architecture design strategies and
requirements.
Qualifications
• CS/EE/CE/Math or equivalent education i... 阅读全帖
F****3
发帖数: 30
6
来自主题: NewYork版 - 招聘Java 开发人员 (转载)
【 以下文字转载自 NewJersey 讨论区 】
发信人: FM1003 (午夜神曲), 信区: NewJersey
标 题: 招聘Java 开发人员
发信站: BBS 未名空间站 (Sat May 30 17:47:14 2015, 美东)
Java Engineer- USA – Piscataway, NJ
Job Responsibilities
• Responsible for development and support of Time management system.
• Participate in product requirement collection, documentation and
requirements analysis working with the multiple departments of different
regions.
• Documentation development and support work with best practices.
• Collabora... 阅读全帖
d*********o
发帖数: 6388
7
http://profootballtalk.nbcsports.com/2014/05/10/belichick-claim
Regarding Manziel and the scathing scouting report supposedly leaked by the
Patriots, coach Bill Belichick didn’t say the report is false. Actually,
Belichick didn’t say much of anything, like he typically does.
“With all due respect, I hate to admit this but I don’t think I’ve been
online in a couple days or weeks or whatever, so that’s not really an
important thing to me,” Belichick said, via Tom Curran of CSN New England.
“I don... 阅读全帖
l*x
发帖数: 14021
8
Myface, youface, instantface
J**e
发帖数: 15008
9
来自主题: Football版 - NFL的第一场冠军赛
I don't Twitter, I don't MyFace, I don't Yearbook.

★ 发自iPhone App: ChineseWeb 1.0.1
J**e
发帖数: 15008
10
来自主题: Football版 - NFL的第一场冠军赛
I don't Twitter, I don't MyFace, I don't Yearbook.

★ 发自iPhone App: ChineseWeb 1.0.1
c*m
发帖数: 836
11
来自主题: Java版 - Web framework comparison

Looks like I will die with Struts :). Still on struts now. I managed to
replace the home brew ORM with Hibernate ever since taking this position a
few months ago. I heard a lot good things about Spring MVC, but there's
simply no resource to convert the existing project with tight enhancement
cycles.
I don't quite understand JSF as a standard. Is there other vendor
implementing JSF aside from Sun RI and MyFace?
m******t
发帖数: 2416
12
The client project(s) I'm currently involved in use
JSF, facelets, Spring Webflow, dwr, and a splash of
dojo.
It's a bitch to maintain and to troubleshoot. You have
no idea how a page is rendered or a form is bound
just by looking at the xhtml file. When an exception
is thrown, the stack trace always contains the same
classes from myfaces and web flow - regardless of
where or why it fails.
t*******e
发帖数: 684
13

custom component的确很难写,但我用JSF有4年了,项目做了4-5个,还没有机会写
custom components, 最多就是写个tag file-(fragment file). JSF事实上很容易学,早年使
用的最大问题是JSF和JSP,JSTL,不能协同,这是由于它们有着不同的lifecycles, 用了Facelets就解
决了. 有需要的话,Myfaces, Oracle ADF, RichFaces,DynaFaces,提供大量Ajax enabled
components, widgets, SVG graphic components, 这些components都是免费的. 目前有两个BPM支持JSF,
SEAM page flow(jBPM),和Spring Web Flow, 如果你喜欢用work
flow engine的话。负面结果就是要用JSF的话,一般都加一大堆的add-ons. 从software vendor的角度看,JSF
是受支持最多的技术. 从纯技术的角度出发,其他的frameworks, 如Spring MVC,Struts,S
t*******e
发帖数: 684
14
来自主题: Java版 - JSF, Wicket, and Vaadin
Haven't heard any IBM implementation of JSF. The ones I know of are
Mojarra
(SUN RI) and MyFaces.
m*****u
发帖数: 1342
15
来自主题: Java版 - 现在一般用什么做UI?
JSF, myFaces (Tomahawk), Richfaces (a4j, supports Ajax)
You will need j2ee as backend, and it takes some time to learn JSF :-)
t*********e
发帖数: 630
16
来自主题: Java版 - 15 high-impact Apache projects
1. Cassandra
The Cassandra database serves as a "scalable system of record" in the big
data world, says Jonathan Ellis, vice president of the Cassandra project.
Apache received the project from Facebook, which open-sourced Cassandra in
2008. Whereas Hadoop undertakes data analysis, Cassandra provides a data
store for applications, often highly scalable ones on the Web. Netflix, for
example, runs many Cassandra clusters, Ellis says.
2. Cordova
Giving Apache prominence in mobile computing, Cordova... 阅读全帖
(共0页)