1. Catch-all SMTP server + GUI stackoverflow.comI was reading this post about a NetBeans plugin which intercepts all SMTP traffic and stores it for display. I find it a great tool for ... |
2. Embedded HTTP server in Swing Java app stackoverflow.comI wish to embed a very light HTTP server in my java swing app which just accepts requests, performs some actions and returns the results. Is there a very light java class ... |
3. Tomcat, ActiveMQ, Swing and a stand alone Java Server stackoverflow.comI would probably say this is more of a general posting asking for advice rather than a direct solution request. I am currently in the process of laying down the design and ... |
4. Server-client Java distributed application stackoverflow.comI have to design a distributed application composed by one server (developed in Java) and one or more remote GUI clients (Swing application with windows). As stated before the clients are Swing ... |
5. Java Data Persistence without Enterprise Server? stackoverflow.comWhat solutions exist to persist data, without requiring a full-blown enterprise server? I am fairly new to Java. At uni the whole curriculum was based on Java, so I coded a ... |
6. How to make my Java Swing application a Client-Server application? stackoverflow.comI have made a Java Swing application. Now I would like to make it a Client-Server application. All clients should be notified when data on the server is changed, so I'm ... |
7. How to make Java Swing Desktop app communicate with a server? stackoverflow.comex) Authenticate users on their desktop app from a server. Questions about server: Do I have to use Tomcat ? Are there any other solutions ? could I even use Apache ? ... |
8. Swing Client authentication on Glassfish stackoverflow.comI have to authenticate a user in Glassfishv3 application server in a swing client. I can't find instructions on how to do so. Can anyone help me? |
9. connection with LDAP Server using java swing application stackoverflow.comI am trying to make a tool in swing for end user to use some specific web services..!! but got stucked in first phase..User authentication !! I want to authenticate the ... |
10. I have to upload a file to the server using a java swing stackoverflow.comI am very much new to swing . I need to upload a file to the Jboss server using a java swing . How can i go about in the task ? Thanks ... |
11. Swing changes not refelecting in the server stackoverflow.comI am using Java Swing. I have done some changes in client pages and I am compiling the entire application, building the ear file and deploying it in Weblogic 8.1 server. ... |
12. Java GUI + Server Issue stackoverflow.comSo far, I've been searching far and wide on the internet for the best practice when it comes to writing a Java server with a GUI (for stopping and starting it). ... |
13. Run Java AWT/Swing GUI app in headless server stackoverflow.comI have a gateway application that comes up with a login dialog and then a GUI window. I will be running this app on a co-located server without a display. ... |
14. Scrollable Pagination Client-severs stackoverflow.comI have a client screen display a big list data in a JTable. The client is Swing application. It requests the data from a remote server. The list data need to ... |
15. java ChatServer with GUI stackoverflow.comI am trying to implement a chatserver with using GUI components. I implemented 3 parts(Server,Client and GUI components). Following are a few problems I have -
|
16. JasperReports Server and Swing - How to access repository/report from server stackoverflow.comI'm looking for a solution how to fill a report that is not local on my computer, but on a JasperReports Server. Is there any example for getting a connection to a ... |
17. Help With conecting my GUI to my server using netbeans forums.netbeans.orghi ive been trying to solve this problem for days and i just carnt seem to connect the server side system ive done to the client side system ive done i.e. ... |
18. Help With building a GUI to connect with my server program forums.netbeans.orghi ive been trying to solve this problem for days and i just carnt seem to connect the server side system ive done to a client side gui i just have ... |
19. how to execute a gui stuff in server coderanch.com |
20. ways for swing client to connect to weblogic server behind firewall coderanch.comseems not much choice...similar as you suggested.... 1. urlconnection to login url and save jsession id upon successful login 2. urlconnection with jsessionid to my own ejb proxy url, which forward to the relevant ejb and do the job the constraint is mainly the A&A part, it's a component and we have to POST to the url..... |
21. Chat Server coderanch.comhello.... i am currently trying 2 develop a chatserver,it is similar 2 Yahoo's chat server ,the difference is it has only one room.i had done the public chat facility,the problem is with the private chat, consider the situation, x,y and z are chatting x sent a private message 4 y,in the y side a small private window named x opened with ... |
22. Swing and Server Communication coderanch.com |
23. for client server programme coderanch.com |
24. Trying to turn my computer into a server coderanch.comHello, Am trying to turn mu computer into a server so that once it is connected to the imternet I can access files from it from another computer. I guess I would need a website so that when I go to that website I can access my comuter. Lets assume that I have a java file on my harddrive. And its ... |
25. Urgent! List of users logged on NT server coderanch.com |
26. Client/Server Java Application coderanch.comHi all, We need to convert a web based application from windows to Linux. Plan is to re-write it in Java as a Client/Server application. Is Swing the only solution for GUI development? Can we extend any platform (like NetBeans) for GUI development? Has anyone developed such applications? Your input will help us in making some decisions. Thanks in advance. |
27. win2k Server Problem coderanch.comI can't get any Swing based application (even the Hello World App from the Java tutorial!!) to work on Windows Server 2000. The same applications work fine on Windows 2000. I have re-installed J2SDK1.4.1 onto the server box, and still no joy. Any ideas about what is going wrong?? One other thing which may be part of the problems but I ... |
28. can we send swing component to server coderanch.com |
29. performance degradation of Swing application on Oracle 10g Application server coderanch.comWe recently migrated from oracle 9i AS to Oracle10g Application server. There was no change in the swing application. Now we are facing bad performance of swing gui with oracle10g. During the phase of calculation, when cpu utilization is 100%, the window refreshing, tree node selection..are not happening. Can anybody tell me what could be the problem ? Is there any ... |
30. problem with client server chat application coderanch.comhappy new year folks, i am writing a client server chat application in which i am currently trying to do this : public class Chat extends JFrame implements Runnable { ..... i'm not sure this is the best way possible but it is mainly because i am copying another example TCPChat.java and i used JFrameBuilder to design the GUI. so heres ... |
31. Swing framework for connecting to a remote server coderanch.comAll, I'm curious if there is a good Swing framework (or maybe better put a good client/server communication framework) out there that can be used when developing fat Swing clients to communicate to backend server applications. At this point I think going to J2EE would be a bit of an overkill for this project, but I'm up for suggestions. High-level basic ... |
32. Passing Notifiaction from Server to Swing GUI coderanch.comI have a application which has got GUI in swing. It uses http to interact with server side code which is deployed in JBOSS.I have a question here. During the application process there are some updates done by some process on database(server) and I need to pass the notication of these updates to GUI. Notifaction could be enabling a icon on ... |
33. Communication between server and clients. coderanch.comFrom the projects I worked on, there are two architectures mainly used. 1. Synchronize: Clients always wait until getting data from server. When setting data, clients will block until the server method invocation returns. It can ensure you always get the latest data from the server. But it will increase your data flow from server and clients. And it will also ... |
34. How to send response from a server to a Swing client coderanch.comHi all, I want a response to be send back to the client (Swing application) from the Server (Web application) after all the process of authentication is done on the server side. The scenario is that I had send the username & password from the swing based login form to the server (AuthenticateServlet.java) and here am doing the authentication for the ... |
35. client server gui coderanch.comHow do I send information back and forth between client and server. I know in a command line you can use toClient.println("whatever you want to send on the client side"); toClient.flush(); on the client side, and use String data = (String) fromClient.readLine(); System.out.println(data); to print whatever was sent from the client on the server side. How do I do the same ... |
36. java.lang.IndexOutOfBoundsException on one of our two presentation servers after getColumnClass() coderanch.comHello, I am a little perplexed with this one. We are running weblogic as our app servers in an admin with two managed servers clustered environment and two citrix presentation servers. When we launch our application and open a certain project, one of our presentation servers works fine, the other crashes and generates the standard-out-output below, however no log files are ... |
37. Separated GUI (Server/Client) coderanch.comin package client: i have a class Client extends Thread ClientHandler extends Thread in package GUI: i have all the GUI that I will be using, I separated the GUI frames because i dont want to mess with the package client classes. Frames is, ClientGUI extends JFrame Button btn = new Button("Send Message"); // Just for showing the button First, i ... |
38. what are server i need? coderanch.com |
39. Upload files from Swing Desktop Client to server coderanch.comHi, We are trying to development a swing based application where in we need to upload files to server. Basically these files are additions to a manuals library. Copies of this manual library are kept in two different LANs apart from the LAN local to server. As soon as the client uploads a manual, the request should go to the server, ... |
40. how to connect sql server 2005 with java without going to odbc java-forums.org |
41. Client or Server centricity & GUI automation zkoss.orgOrignial message at: https://sourceforge.net/forum/message.php?msg_id=4820848 By: b_mcdonald One of the things that ZK does that's different from all the other Web2.0 frameworks (Prototype, jQuery, YUI, etc) is that it puts the behavior code (control and model) back on the server: "In response to these challenges, ZK delivers the intuitive desktop programming model to Web applications with event-driven, component-based, and server-centric architecture" "It ... |
42. gui client freezes when reading input from server forums.oracle.com |
43. building a GUI interface for a client and server class forums.oracle.comHi, I have a project with a client class in it and another project which includes a server class with the main method and a server thread class. These client and server communicate and work fine. Though the output is on the console. I would like to build a GUI in order to display the output on a GUI. I would ... |
44. Swing in Apache Tomcat Server forums.oracle.comHello All. I desperately trying to come up with a good thesis idea before the end of the month, this question is related to an idea pertaining to a remote virtual desktop type thing. In Apache Tomcat/5.5.20, when I include server side javax.swing code, it appears as applet windows. Is it possible to run a full blown swing application on the ... |
45. need an example of server / client program with swing interface forums.oracle.comi have written many classes that trying unsuccessfully to do that ... below i show my last attempt ... I would appreciate if you could write a small application which it could to this. The whole idea is to create a turn based game ( i have implemented the game engine and graphics and i try to add the internet function) ... |
46. problem client/server with GUI forums.oracle.com |
47. communication between a GUI and a Server forums.oracle.comHi, I have created a main JFrame which in turn initializes a Server object. The Server (multithreaded) accepts socket connections. Is there any way for the Server to report back at the GUI that a connection request was received (so as to print a message to the user) without the need to pass a reference to the JFrame to the constructor ... |