|
|||||||
| Java Discussions about Java. Java technology's versatility, efficiency, platform portability, and security make it the ideal technology for network computing. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere! |
| Post Reply |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am aware that Java and JavaScript are different languages, but they both have the word "Java" in it, so I dare to post to this forum.
If some of you want use JavaScript for developing Betfair applications, please have a look at http://forum.bdp.betfair.com/showthread.php?t=1522 |
|
#2
|
|||
|
|||
|
Of course. If there was a forum titled bread, and you discussed bakers, why the hell not.
I am following your tutorial. Waiting for the rest. I used to program many years ago, never done Java, so since I am starting afresh, I figure why not Java, and why not javascript. But I got a mind for programming, so I guess I will pick it up ok. Last edited by zencomico; 05-04-2012 at 11:25 AM |
|
#3
|
|||
|
|||
|
did you mean this tutorial?
https://github.com/AlgoTrader/betfair-sports-api/wiki |
|
#6
|
|||
|
|||
|
thats great...thanks for your sharing
I think I also need to work out, how to get all the data in some GUI format, I guess in a web page, so I can enter my bets, and also look at the data in chrome, which will work with the node. I want a way to enter all my markets in a gui on web page, and store them for when I am ready to then send them into betfair, to place my bets/lays. I would like to do it with the javascript. Last edited by zencomico; 05-05-2012 at 11:13 AM |
|
#7
|
|||
|
|||
|
There will never be any GUI support. I embed HTTP server to every BF application I write, so I use a browser as a GUI. Writing a HTTP server in node.js is easy, I use express framework for it.
A good GUI can be written in any language and any platform but it is certainly out of scope of the betfair-sports-api and out of interest for me. I am fully satisfied with my browser picture. |
|
#8
|
|||
|
|||
|
Dear AlgoTrader,
I think you misunderstand me. I am not requesting you to do anything. I am simply suggesting what I plan to do. I am simply beginning with your tutorial as a base to begin with. And quite clearly, as I previously stated, I will also be using a browser as a GUI also!! - Quote:
I will take your advice, and also use express framework. Thankyou for your help. Last edited by zencomico; 05-06-2012 at 05:25 AM |
|
#10
|
|||
|
|||
|
Sure will. So far I have found the tutorial very well written and easy to follow. Your tutorial has come at a perfect timing for me. I am very much enjoying this project so far. I have installed express.
Where is the best place to ask questions? Here or via your tutorial site? Your javascipt is a great template to work with. My major quest now is to figure out how how to do the html page, that works with express. Do you know where I can find a very simple template? (I am very new to java and html, my background was C for how I learnt programming) Where I can paste some files into my http server directories (public,views etc.), and see it in action? Just some simple files, so I can navigate to a html page, that with a click can work with node to fetch some data and display for me. Something very simple. Does not have to be betfair related. Just so long as it fetches some data from the web with a click and displays in the same html. If I can can get a very simple template, I am very good at building from that. But if I do not have a template, I am not very good. :P I have been to the express website, but I cannot find a simple server already setup I can download. I am thinking what I need, is a jade server template. Will keep searching. I have got this far browsing my loopback IP: Quote:
Also, might I ask what do you use to edit html and javascript? (that works with windows). Notepad is just not cutting it for me. :P ------------------ For the new bit in the tutorial: Quote:
Sorry to ask such simple questions. Much appreciated!!! Last edited by zencomico; 05-06-2012 at 08:01 AM |
| Post Reply |
| Tags |
| javascript |
| Thread Tools | |
| Display Modes | |
|
|