I'm really new to programmIng. Started in relational database design
and got myself a SQLServer based database for which I want to create a
web based clojure/clojurescript/clojurescriptone based front end. I
started learning programming (oop) with vb.net and vs and got to
realize that to get to where I want to be I have to be able to develop
faster and better than vb could let me so I finally figured out how to
get started with Emacs and am now stumbling through clojurescriptone
via the emac repl (getting to this point has been a LONG journey for
me).

So where I'm at presently is trying to build forms etc in
clojurescriptone that can be the front end for my database, using
stored procedures.

I have virtually no idea as to how to start this. Where in
clojurescriptone would I place make the connection? I've been told
that it would have something to do with remoting but I've never done
anything like that and can't seem to find info via search engines.
I've looked up what I can find in the wikibook about connecting to SQL
Server

http://en.wikibooks.org/wiki/Clojure_Programming/Examples/JDBC_Examples#Microsoft_SQL_Server

 but aside from downloading the jdbc I'm lost

 In the wikibooks article it states that the solution "depends on the
Clojure Contrib library org.clojure/java.jdbc " but I, in my great
nascent noobness, haven't the foggiest idea of how to, or where to,
state the dependency in the clojurescript app (does it entail
downloading files from org.clojure/java.jdbc??? If so where/how do I
place them?). I'd also like to be able to test calls against my stored
procedures in the/a repl (clojurescriptone or otherwise) but I just
have no clue where to begin.

Can any patient soul either tell me OR point me in the best dirrection
to figire this out?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to