Results 1 to 6 of 6
Thread: How Dynamic is Java?
- 06-28-2012, 12:28 PM #1
Member
- Join Date
- Jun 2012
- Posts
- 2
- Rep Power
- 0
How Dynamic is Java?
I had been considering migrating from php to java since I had noticed one or two shortcomings + had read a lot about java being robust, flexible, dynamic & the top developmental platform.
Having gone through the introduction to java GUI & JavaDB development, with PHP/ HTML etc I was able to freely design whichever interface & report layout I had in mind, just that they were limited to the web browser.
How do you design reports with java (using the Netbeans IDE)? Are the java interfaces customizable or limited to the basic layout I get from Netbeans? Can you create or embed a tabular subform (like you can with even VB for applications) e.g. Main form showing client details with a subform showing a list of that client's transactions with your company?
Which tutorials do you recommend?
- 06-28-2012, 01:37 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: How Dynamic is Java?
Do not use the GUI builder.
That's step 1.
What exactly are you trying to write?
Web app?
Desktop?Please do not ask for code as refusal often offends.
- 06-28-2012, 02:58 PM #3
Re: How Dynamic is Java?
What Tolls said.
The first result for googling "java tutorials" are where you should start, and they answer all of your questions.
What exactly do you mean by "dynamic"?How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 06-28-2012, 03:41 PM #4
Member
- Join Date
- Jun 2012
- Posts
- 2
- Rep Power
- 0
Re: How Dynamic is Java?
Thanks. I suppose it was the GUI builder that had been limiting me. Will study more on hard-coding the interface.
By "dynamic" I meant "mallable" i.e. Does it give the users the ability to convert their imaginations into working programs?
- 06-28-2012, 04:27 PM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: How Dynamic is Java?
Are you talking graphically or what?
You can write most things in it...Please do not ask for code as refusal often offends.
- 06-28-2012, 05:12 PM #6
Re: How Dynamic is Java?
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Similar Threads
-
Dynamic tree in java applet
By deemu in forum Java AppletsReplies: 1Last Post: 03-20-2012, 04:55 PM -
How to create dynamic number of objects in java
By besurendar in forum New To JavaReplies: 1Last Post: 01-20-2012, 02:28 PM -
dynamic menu in frontpage using java
By geran in forum New To JavaReplies: 1Last Post: 01-15-2012, 10:14 PM -
PHP dynamic Select in a Java script
By 615techguy in forum Advanced JavaReplies: 2Last Post: 07-13-2009, 08:16 PM -
About dynamic HTML framework using JAVA
By swap_surade in forum Advanced JavaReplies: 2Last Post: 08-16-2008, 07:07 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks