I have implemented below sample. It is working fine. I am planning to integrate with this .net application. As soon i read the entry i would like to dequeue the entry. Can any one tell how i can achive that.
http://www.oracle-base.com/articles/10g/dbms_change_notification_10gR2.php
Meanwhile i am trying AQ. But it does not have good .net (C#)support
Hi,
I'm working on a fairly large project at the moment and am currently in the planning stages. I've done a lot of reading into the various patterns suggested for development, somthing that has split the team at the moment is when using Entity Framework should the classes be passed through the applciation layers so that a view accepts an Entity Framework class or should these classes be mapped to BLL Classes and if so at which point (Controller or Library) should this be done?
I'm interested in hearing some positives and negitives for each solutions.
Hey!
I am planning on developing an iPhone App for a website, powered by Wordpress.
Where can/should I start codewise when developing an app for such sites? Does Wordpress have an API, should I access the (MySQL) database directly, etc?
Thank you.
hello, i am beginner C# programmer, i think it's time that i write full functional application, i begin, but it was very hard to planning and implemntation.
if you know some resource about this please help me :)
will be versy usefull project managment resources for beginners also.
thansk friends!
I am planning to start a site in which the content is generated by the users. What is the best method to save the data submitted by user?
Is the method of saving the data in phpmyadmin database a good idea considering that the data submitted by users is large similar to a blog post. Btw I'm good in working with php and mysql but I'm not sure whether it is a good method.
I am looking for a usb based video capture card (to be used with cctv analog cameras) which comes with an api. An api of sorts would help as I am planning to do some analytics on the video stream.
Any ideas on such a device?
I am planning to restructure my site slightly which means certain urls will be changing.
I rank quite well for some of these pages in google. What can I do to retain this once I change the url's?
Here is an example of some of the changes:
twistedtime.com/mens-watches.html
to
twistedtime.com/shop-by/gender/mens-watches.html
twistedtime.com/watch-brands/lip-watches.html
to
twistedtime.com/shop-by/watch-brands/lip-watches.html
I am planning to create a GUI for an emulation process using Java Swing.
I would like to kindly ask if anyone could provide me some basic information about the technologies that I may need for the development of Java applications which handle emulation processes.
hi. i have 2 tables:
tags (id_tag,name)
news (id,title,data,tags)
The field newstags is a varchar(255). Im planning to put data like this in that field: "1,7,34"
That means that a particular row in news is linked to tags 1, 7 and 34 from the tags table.
Then, how can i search for ALL news records that have the 34 value (among others) in the tags field?
Is there a better way to do this?
I'm planning to do .NET Framework 2.0 MCTS (70-536) exam. Could you please tell me that do get the option to select the exam in C# or VB.NET? Or do I have to prepare for both?
Hi,
I am planning to use Amazon EC2 host only for MemCache.My web application ll be residing on shared hosted server and will be communicating to Ec2 for querying Memcache. How would be the performance of this setup.
Regards,
Mugil.
I am looking for an alternative to acts_as_solr or thinkingsphinx for fulltext search in my Rails app. Came across searchlogic. Does it support indexing? I am planning to host my app on heroku and I want an alternative because heroku charges for Websolr. I am aware of the alternative way of using texticle or acts_as_tsearch but i want to use searchlogic for its features.
Hi,
As part of the college mini-project, I am developing a micro-blogging platform for Android. I am planning to use Django framework in python to handle the communication between Android and remote server so as to make database API independent. I heard its best practice to use HTTP methods for the communication. Which is the best site/book to learn using HTTP methods for Android? I
I am planning to use py2exe to make an application developped with Python 2.6.
It seems that my app need the VC redistribuables : http://www.py2exe.org/index.cgi/Tutorial#Step5
I've read this tutorial and the redistribuables license agreement and I am not sure if I can freely redistribute these files with my program. (I don't have VS2008 license)
Can I bundle the redistribs into an installer and make the installation transparent for the user or do they have to download the files by their own from Microsoft website?
Thanks in advance
Is server side pagination where the pagination script calculates the number of entries in a database then make the links?
All I know is server side is faster and better if there is alot of data and client side is using javascript?
What makes a pagination script server or client side?
Also, right now I am planning to use this pagination which is like digg-style. Can someone tell me if that is server-side pagination?
(sorry if my terminology is off)
I am planning to make a web app which will eventually use Cassandra. But now that I don't have it and don't have server(s) to run it from, I'd like to start by using MySQL.
The question is, is it possible to structure data and queries in such a way that it would be fairly easy to later port it to Cassandra? Main idea, I guess, would be writing MySQL queries that would be possible to change to same Cassandra queries.
Maybe you have a better suggestion?
I am planning to create my Own Custom Object Mapper for a type using AutoMapper's IObjectMapper interface, but i don't see any place where we can register the implemented mapper with AutoMapper. Could anyone tell me how to register it.
I'm seeking opinion on this. I'm planning a big project in rails and wanted to get some opinion on whether I should start the project in rails 3.0 or start in 2.3 and convert later when 3.0 is declared stable. I'm new to rails and so after reading of some of the big changes in 3.0, i'm unsure of what would be best.
thoughts?
Hi,
We have an existing web application developed using ASP.NET/Ajax
We are planning to move it to either WPF or Silverlight.
Can someone please compare these 2 technologies with respect to productivity,performance, maintainability,trade-offs, their pros and cons etc ?
Thanks for reading.
Hello guys,
I'm planning to create a cascading dropdown list of Country-- State/Province---Zip code using geonames. Do you have any good web service or examples?
Your reply is greatly appreciated,
Best
I'm using Weblogic application server and Apache web server in my J2EE environment and planning to implement gzip compression of response.
Not sure, whether to implement compression on the Apache server or on the weblogic.
I do not know javascript right now but I am planning on learning it. My question is do I need to have a good understanding of javascript in order to use jquery? I already know actionscript and php which are quite similar. Should I study javascript before learning jquery?