I am using RichFaces with seam and EJB3.开发者_StackOverflow社区Specifically I am using the rich:tree component.The problem I am worried about is the tight coupling between the UI and my EJB3 session
I am using Symfony 1.31 for a brand new project. I have just created a module in the backend app, using the admin generator. To my suprise, it seems no theme ((At all) has been applied to the pages. A
Is it possible to use a VB开发者_运维技巧6 class in C#?I think you should just be able to add the library that contains your VB6 type as a reference in your C# project. Visual Studio will create an In
I\'m trying to write a generic function that wi开发者_如何学运维ll block out the UI while an AJAX call is made.What I\'m trying to do is have a function A run any other function passed in as an argume
I\'m trying to parse an XML file of tweets as retreived from Twitter\'s restful API (http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-user_timeline). The issue is, when I print it using:
I have a Windows.Forms app with a ListBox populated with Account objects. When the user selects an Account from the list I attach an EventHandler responsible for updating the selected Account transac
I would like to geta file attached to an email I receive using Outlook. I need to run this python script in a Linux Box.
Afternoon all - I\'m after a bit of advice really. Being a newbie, I now realise that the method I employed to design my first project is a bit crap. Having little/no knowledge of anything to do with
I have an array of dictionaries.I would like to filter that array by seeing if the @\"name\" field of each dictionary contains a given string.