Results 1 to 3 of 3
Thread: isngs frameworks
- 08-10-2010, 08:07 PM #1
isngs frameworks
using frameworks
ok this is something which has puzzled me for a long time.
I understand a framework (software) to basically be a collection of librabries (ie dll) files which have a bunch of functions in them which my program can access so that my program can do more things (more powerful) ?
Also lets say a came across a java framework of some sort, is it possible for me just to download it and somehow configure netbeans to understand that framework as well as the original so now all of a sudden my code can import more classes and do more stuff or have i got this completely wrong? or is that plug-ins?
google gives me bits and bobs but im having trouble peacing it together and how it can apply to me in a useful way.
thanks for reading.
edit
this is an example of something which i may want to use somehow The Grinder, a Java Load Testing FrameworkTeaching myself java so that i can eventually join the industry! Started in June 2010
- 08-10-2010, 08:12 PM #2
Senior Member
- Join Date
- Jul 2010
- Posts
- 124
- Rep Power
- 0
In principal, yes.ok this is something which has puzzled me for a long time.
I understand a framework (software) to basically be a collection of librabries (ie dll) files which have a bunch of functions in them which my program can access so that my program can do more things (more powerful) ?
Most frameworks for java help simplify programming. These are called "API's" (Application programming interface). To integrate one into your project, you must download the framework, then include its source with your source, and call its methods.Also lets say a came across a java framework of some sort, is it possible for me just to download it and somehow configure netbeans to understand that framework as well as the original so now all of a sudden my code can import more classes and do more stuff or have i got this completely wrong? or is that plug-ins?
- 08-10-2010, 08:17 PM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,377
- Blog Entries
- 7
- Rep Power
- 17
While this is all more or less true, the main difference between a framework and an ordinary jar with classes you can use is that a framework has some sort of a 'main' method and 'takes over control', i.e. it calls your methods and you have to extend its classes to make the framework a useable piece of software.
kind regards,
Jos
Similar Threads
-
difference of MVC model from frameworks?
By anthrax in forum New To JavaReplies: 4Last Post: 12-24-2009, 02:03 PM -
Application frameworks.
By makpandian in forum New To JavaReplies: 0Last Post: 04-25-2009, 08:53 AM -
java Frameworks
By nks7 in forum Web FrameworksReplies: 12Last Post: 12-02-2008, 06:17 AM -
The hosting company must have the frameworks?
By gilbertoalbino in forum Web FrameworksReplies: 2Last Post: 10-19-2008, 03:51 AM -
Confusing with Frameworks
By hisouka in forum New To JavaReplies: 0Last Post: 08-05-2008, 05:52 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks