Results 1 to 5 of 5
Thread: what is mean by java Framework?
- 02-26-2009, 04:25 PM #1
- 02-27-2009, 01:08 AM #2
Senior Member
- Join Date
- Dec 2008
- Posts
- 526
- Rep Power
- 0
Well... you mean JFrame ?
- 02-27-2009, 01:29 AM #3
Senior Member
- Join Date
- Sep 2008
- Posts
- 564
- Rep Power
- 5
no, framework. as in struts, tapestry and spring.
unfortunately, i've been wondering the same thing. apparently they use tapestry at my work though...
- 02-27-2009, 04:24 AM #4
Frame works like struts are used for web development it makes coding faster and easer because frames works provides built in functions and tags for example
intends of using an html tag like <table> </table to create a table you can use sum ting like (JSP tag) <h:data table> <h: data table> w/ can be wired to you backing bean.
this are the frame works that i know so far
struts1, struts2, JSP(java server faces), icefaces, spring , spring security
- 03-13-2009, 08:41 AM #5
Member
- Join Date
- Mar 2009
- Posts
- 2
- Rep Power
- 0
Some of the best frameworks to make you program faster are here at jakarta.apache.org. Those frameworks are free to use. Take a look at their commons.apache.org website that have lots and lots of new classes to help you so common tasks. For example the last thing I needed to do was write some code to extract a document that was encoded within an email. I used the commons libraries at apache.org as it had classes that can encode or decode documents in emails.
The most powerful framework that I use is Spring which is at springframework.org. The best book for that is "Spring Recipes: A Problem-Solution Approach" by Gary Mak. That is a book that I lend to programmers to learn how to program faster.
The most fun framework is ZK at zkoss.org. It makes is so easy to write websites. If you click on their "demo" which is at zkoss.org/zkdemo/userguide/ then you can go to the "Source" tab and try editing the source then click "Try Me!" to see the page update. Within a day a project manager at my company learnt the xml for ZK and created six complex webpages to show us how he wanted to a web system to look. All he did was cut and paste the xml from the "Source" tabs on two browsers and click the "try me!" button until he had built up a nice set of pages to show how he wanted the system to look.
Using the ZK and Spring frameworks and all the Apache libraries along with the Hibernate database frameworks I wrote an insurance trading system in only 12 weeks with only one other programmer. I have been programming for ten years and these days I spent all of me time exploring new frameworks so that I can program faster and faster by using other peoples free code in new ways to make new programs for people.
Similar Threads
-
About dynamic HTML framework using JAVA
By swap_surade in forum Advanced JavaReplies: 2Last Post: 08-16-2008, 07:07 AM -
Java Parallel Processing Framework 1.3
By Java Tip in forum Java SoftwareReplies: 0Last Post: 06-21-2008, 12:29 AM -
metastores Java framework 1.2.0
By JavaBean in forum Java SoftwareReplies: 0Last Post: 10-04-2007, 09:07 PM -
Java Print Dialog Framework 1.7
By levent in forum Java SoftwareReplies: 0Last Post: 06-19-2007, 05:07 PM -
Java Plugin Framework (JPF) 1.0.2 and 1.5.1
By levent in forum Java SoftwareReplies: 0Last Post: 05-24-2007, 10:16 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks