开发求职网站需要用到什么技术
使用什么技术来制作求职网站 struts1、struts2、spring 或简单的 servlet、jsp 哪一个运行得更快,因为使用框架可能会减慢你的速度。
struts1->;基于抽象类->所以它们应该比基于接口的struts2更快。 (任何人都测试过,如果不是如何测试的话。)
关于弹簧,我不知道......据说它是轻量级的,但这些术语在技术上实际上意味着什么。 更快的 bean 解析或更少的库,其中包含“术语轻量级”。
which technology to use for making a job hunting site
struts1,struts2,spring or simple servlet,jsp
which one runs faster as using a framework might slow you down.
struts1-> abstract class based -> so they should be faster than struts2 which are based on interfaces. (Anybody tested that if not how to test it.)
and about the spring i had no idea... it is said to be lightweight but what that terms actually means technically.
faster bean resolution or lesse libraries in which terms ...that "term lightweight" holds.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用您最熟悉的那个。您提到的技术非常通用/低级,并不特定于某个应用程序,例如“求职网站”。此时您应该担心的唯一下降是程序员的生产力。如果以后确实有时间进行性能调优,这可能与需要解析多少 bean 类和库无关,而是与应用程序(和数据库)设计(在您这边,而不是在框架中)有关。
Use the one you are most familiar with. The technologies you mentioned are very generic/low-level, and not specific to a certain application such as a "job hunting website". The only slow-down you should worry about at this point is programmer productivity. If there really comes the time to do performance tuning later, this has probably nothing to do with how many bean classes and libraries need to be resolved, but with application (and database) design (on your end, not in the framework).