Needed help in web development where libraries are written in Ruby!!!


 
Thread Tools Search this Thread
Top Forums Programming Needed help in web development where libraries are written in Ruby!!!
# 1  
Old 12-08-2008
Needed help in web development where libraries are written in Ruby!!!

Hi all,

I have developed a couple of libraries using ruby for my networks project.Its completely done except for a GUI for the front end.
But i am in a fix to know what i need to be using for its development.
I initially had plans of using ROR but there is absolutely no DB management that is done.

The steps that are to be followed
1.take i/p from the user
2.generate a YAML file
3.The ruby library will parse through the YAML file and set up the network topology and display it back on the browser.
4.Upon a YES ,the network will be set up.

I am ready to use any language but the point here being What ever i use,i should be able to run Ruby codes for some sort of final manipulations at the user end.

Could anyone please help me out with this?

Thanks
# 2  
Old 12-10-2008
It depends on which flavor of Ruby you are using.

If you are using JRuby you could use Netbeans or Monkeybars to
develop a GUI.

If you want a GNOME GUI, you could use Ruby-GNOME2
If you want a KDE GUI, you could use gt4-qruby

Other Ruby GUIs include fxRuby, wxRuby, Shoes, Sugar and Tk.

Lots of information available on the Web.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Programming

How is a new Web Development language written ?

I'm wondering how programmers develop new Web Development languages because I want to learn how everything begins from the start. Let's say I'm planning to write a new language for the Web. How do I do this? Is there anyone who knows about the way Web Development languages first appear ? I'm... (3 Replies)
Discussion started by: Anna Hussie
3 Replies

2. Programming

How is a new Web Development language written ?

I'm wondering how programmers develop new Web Development languages because I want to learn how everything begins from the start. Let's say I'm planning to write a new language for the Web. How do I do this? Is there anyone who knows about the way Web Development languages first appear ? I'm asking... (1 Reply)
Discussion started by: Anna Hussie
1 Replies

3. Web Development

Which toolkit to choose for a web GUI (in ruby)

Hi all, I have written a couple of libs for my Networks project and Would like to provide a web based gui for it. The fix is that I dont know which toolkit to choose to start with my work. Secondly I want a toolkit where i can program in ruby only... ROR is not an option at all,since there... (1 Reply)
Discussion started by: wrapster
1 Replies

4. Shell Programming and Scripting

Help needed using sed to replace a url in 1000's of web pages

Hi, I'm new to scripting. I understand the concepts and syntax of some commands but have difficulty with others and combining actions to achieve what I'm trying to do so hope someone on here can help. A long while back I inherited a website with 1000's of pages most of which were created by a... (2 Replies)
Discussion started by: bob_from_brid
2 Replies

5. Programming

Needed help in a ruby script with user interaction involved!

Hi all, I am struck at this point and needed some help in ruby I wanted to write a script that accepts the no of VNICs the user wants to create and then ask for the name of each Vnic he wants then use these names to create the corresponding Vnics Eg: suppose that there are 2 Vnics to be... (0 Replies)
Discussion started by: wrapster
0 Replies

6. UNIX for Advanced & Expert Users

X development libraries!!! EMERGENCY!!!

checking for X... no configure: error: X development libraries not found I'm on a mac, trying to install GTK+. got the error above. could someone please let me know for x development libraries, what do i really need specifically???? this is sorta emergency because if i don't sort this out... (7 Replies)
Discussion started by: jingt86
7 Replies
Login or Register to Ask a Question