Results 1 to 16 of 16
Thread: Simulation in Java
- 08-05-2010, 05:19 AM #1
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Simulation in Java
Hi all,
After a long time I've a question to ask from you all my friends. I want your valuable comment here.
What you people really think about simulations with Java? Specially with UI designing and stuff.
- 08-05-2010, 09:01 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,476
- Rep Power
- 16
What do you mean by "simulations"?
- 08-05-2010, 12:42 PM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Just imitation of something in real world. Kind of a virtual aspect in an object/thing in real world.
- 08-05-2010, 12:44 PM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,476
- Rep Power
- 16
Thst covers quite a large area.
Arguably some of the stuff I'm on covers financial and business strategy simulation, so I'd obviously say "yes, Java can do simulations".
I was more wondering what aspect you had in mind?
- 08-05-2010, 12:49 PM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Of course it's wide area, and I'm currently doing my masters on it using C/C++ mainly. A bit of using Java. So I want to share the knowledge with Java people as well. :)
- 08-05-2010, 12:50 PM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 08-06-2010, 10:53 AM #7
as long as the "real world" can be modeled as a simulation the tool doesn't matter. for some (easy) simulations you are faster if you use an existing tool, like excel, to perform the simulation.
depending on the type of simulations java could be good choice if you want to create or use an existing foundation of objects for simulations.
- 08-06-2010, 05:12 PM #8
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
I agreed with you. But depends on the technology we are using we have pros and cons. I'm interesting on that actually.
- 08-08-2010, 12:19 AM #9
Senior Member
- Join Date
- Nov 2009
- Posts
- 150
- Rep Power
- 4
I do believe java is up to a certain point it can really be used for complicated simulations but there are however much more powerful tools available to do the job.
- 08-08-2010, 04:08 AM #10
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 08-08-2010, 10:09 AM #11
Senior Member
- Join Date
- Nov 2009
- Posts
- 150
- Rep Power
- 4
look around on the web.
there are plenty of (non)commercial apps for simulating a factory, business processes,...
- 08-08-2010, 01:20 PM #12
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
I've several using in my case. I just from you what are the stuff you prefer. I can find many on the web as well, that's not my question.
- 08-08-2010, 01:30 PM #13
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
Java can be as suitable for running simulations as any other general purpose language; it all depends on *what* type of simulation it is: simple discrete event simulations aren't the problem; simulations that require (linear) optimization of a problem/process require some sort of optimization engine to do the hard work; if you have to write that yourself the emphasis is not on simulation anymore but on the optimization of some problem. IMHO this question is way too broad to be answered.
kind regards,
Jos
- 08-08-2010, 01:42 PM #14
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 08-13-2010, 08:27 AM #15
Member
- Join Date
- Jul 2010
- Posts
- 15
- Rep Power
- 0
Netlogo is written in Java. I dont know about the other ones (google for Repast, Swarm and Mason). For speed - say you want a simulation of a forest fire, a programming language that can use openGL is better i think. Check this out: Entorama main
(What do i really think about it? I wish i had more time to play with it, thats what i think :-))
- 08-15-2010, 04:32 AM #16
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Seems it's not bad, I want to look into it in more details. By the time I feel that use of ArmA is much easier to work around, but not much advance that than some of the other scripting. Anyway thanks for the response.
Similar Threads
-
beehive simulation
By BlueF4re in forum New To JavaReplies: 2Last Post: 12-02-2009, 08:31 AM -
Back-Forward Simulation using stacks(java)
By MarKus in forum New To JavaReplies: 3Last Post: 09-10-2008, 01:47 PM -
Mars Simulation Project 2.84
By Java Tip in forum Java SoftwareReplies: 0Last Post: 06-26-2008, 06:18 PM -
Pulley Simulation..HELP
By dazza-s in forum Java 2DReplies: 2Last Post: 06-18-2008, 10:51 PM -
Small tennis simulation in Java
By diego in forum New To JavaReplies: 1Last Post: 12-02-2007, 01:32 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks